Jump to content

Packet Sniffer

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
9 replies to this topic

#1
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
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
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Sniffers are not only for FTP!! they are for websites too!!

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Packet sniffers can intercept all traffic. That's why it's so important to use secure sites for any financial information.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
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
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
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?

#7
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
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.

#8
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well I dont use FTP alot.. just sometimes so well it will be hard finding my FTP password ;)

#9
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
I'm not worried about security. Anyways, I use cPanel, which is a lot easier than FTP, and has more features.

#10
Guest_Jordan_*

Guest_Jordan_*
  • Guests

DevilsCharm said:

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.