Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




bugtraq logo Bugtraq mailing list archives

Re: gftp - ms ftp debug mode
From: viktor () PARNU EE (Valentin)
Date: Sun, 12 Sep 1999 11:02:54 +0300


Hello!
Here is a test i did on my rh 6.0 (ftp server is patched ;) :

[[root () localhost /root]# ftp
ftp> debug
Debuggin on (debug=1).
ftp> open localhost
220 localhost FTP server (Version wu-2.5.0(1) Fri Sep 03 14:41:20 EEST 1999)
ready.
Name (localhost:root): toor
---> USER toor
331 Password required for toor.
Password:
---> PASS XXXX
220 User toor logged in.
...

Now look at this:

[[root () localhost /root]# ftp
ftp> debug
Debuggin on (debug=1).
ftp> open localhost
220 localhost FTP server (Version wu-2.5.0(1) Fri Sep 03 14:41:20 EEST 1999)
ready.
Name (localhost:root):
---> USER root
331 Password required for root.
Password:
---> PASS XXXX
530 Login incorrect.
Login failed.
---> SYST
530 Please login with USER and PASS.
ftp> quote user toor
---> user toor
ftp> quote pass root
---> pass root  <--- (HAHA Here is the password)
230 User toor logged in.
ftp> .....

Valentin


  By Date           By Thread  

Current thread:
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]