+ Reply to Thread
Results 1 to 10 of 10

Thread: Packet Sniffer

  1. #1
    Programming God DevilsCharm is an unknown quantity at this point DevilsCharm's Avatar
    Join Date
    Jul 2006
    Posts
    885

    Packet Sniffer

    I heard that if you use FTP programs, people can use packet sniffer programs to catch the packets while they're on the way to the FTP server. Is this for all FTP clients, like FireFTP?

  2. #2
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6
    Sniffers are not only for FTP!! they are for websites too!!

  3. #3
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,689
    Blog Entries
    57
    Packet sniffers can intercept all traffic. That's why it's so important to use secure sites for any financial information.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #4
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97
    Yes, this is true for FTP. FTP transfers the passwords and usernames in clear text meaning any sniffer can read the data. A better alternative, if concerned with security, is SFTP or SCP.

  5. #5
    The Crazy One TkTech will become famous soon enough TkTech's Avatar
    Join Date
    Jun 2006
    Location
    Canada
    Age
    18
    Posts
    1,549
    Blog Entries
    1
    FTP is a very basic protocol, one that should, In my opinion, be completely removed in replacement to ftps or even https data transfer meathods.

  6. #6
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6
    Yeah I tried this now.. it shows it Clear..
    USER 123
    PASS 123
    Wew that sucks!

    Can other people that know my IP sniff My IP? Because I tried to sniff other IP but didn't work.. but can other people sniff my ip?
    Last edited by TcM; 12-03-2006 at 05:22 AM.

  7. #7
    Lop
    Lop is offline
    Speaks fluent binary Lop has a spectacular aura about Lop has a spectacular aura about Lop's Avatar
    Join Date
    May 2006
    Posts
    1,179
    Sniffing is usually done on small networks. To sniff the internet would be very, very hard but it is possible to sniff certain packets. I doubt anyone will sniff your password though.
    Lop

  8. #8
    TcM
    TcM is offline
    Code Warrior TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM is a name known to all TcM's Avatar
    Join Date
    Aug 2006
    Posts
    11,461
    Blog Entries
    6
    Well I dont use FTP alot.. just sometimes so well it will be hard finding my FTP password

  9. #9
    Programming God DevilsCharm is an unknown quantity at this point DevilsCharm's Avatar
    Join Date
    Jul 2006
    Posts
    885
    I'm not worried about security. Anyways, I use cPanel, which is a lot easier than FTP, and has more features.

  10. #10
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97
    Quote Originally Posted by DevilsCharm View Post
    I'm not worried about security. Anyways, I use cPanel, which is a lot easier than FTP, and has more features.
    cPanel has security flaws as well. About 8 years ago one of my websites was hacked and defaced because of a cPanel flaw. But you are right, it is probably safer than using FTP.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. C# Packet loss/Ping program
    By Jordan in forum CSharp Tutorials
    Replies: 30
    Last Post: 09-02-2009, 01:42 PM
  2. Packet Loss Perl Script
    By Jordan in forum Tutorials
    Replies: 1
    Last Post: 04-29-2007, 12:29 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts