- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can I capture ftp login password?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 07:42 AM
05-03-2006 07:42 AM
can I capture ftp login password?
I am wondering how I can capture the ftp login password.
There has a process to send file from another company to my server every single minute; they wrote an ftp script to transfer the files. Sometime I found in the syslog there has PAM Authentication failed, I checked with their support they said they haven't changed the ftp script; they use the same password. I am wondering how can I capture the password when they making ftp connection to my server. Just want to make sure they use the correct password?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 07:46 AM
05-03-2006 07:46 AM
Re: can I capture ftp login password?
Since ftp authenticates in clear text it is detectable with any network sniffer.
ethereal gui
tcpdump
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 07:48 AM
05-03-2006 07:48 AM
Re: can I capture ftp login password?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 07:50 AM
05-03-2006 07:50 AM
Re: can I capture ftp login password?
I don't have sniffer installed, how I can capture from the Unix level?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 08:10 AM
05-03-2006 08:10 AM
Re: can I capture ftp login password?
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcpdump-3.9.4/
Get ethereal here:
http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.10.14/
Don't forget to also download all run-time dependencies (they're listed and linked right on each of the above pages). If you're building from source, you'll also need the build-time dependencies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 09:58 AM
05-03-2006 09:58 AM
Re: can I capture ftp login password?
Because of the functionality difference, tcpdump is also significantly smaller (300-400KB binary vs 16-20MB for ethereal).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 10:21 AM
05-03-2006 10:21 AM
Re: can I capture ftp login password?
entries like:
ftpd[pid]: User topsecret: Login incorrect
where topsecret is actually the password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 10:25 AM
05-03-2006 10:25 AM
Re: can I capture ftp login password?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 12:55 PM
05-03-2006 12:55 PM
Re: can I capture ftp login password?
http://www.tcpdump.org/
which would allow you to compile the most current libpcap/tcpdump bits if you wanted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 06:58 AM
05-04-2006 06:58 AM