From charlesreid1

Revision as of 02:18, 5 March 2022 by Unknown user (talk)

Basic Info

dsniff is a tool for sniffing traffic during a man-in-the-middle MiTM attack, such as an ARP poisoning or ARP spoofing attack

dsniff can also be used to pull information out of pcap files

Of course, if the session is HTTPS-encrypted, the contents will not be visible to dsniff. This requires an SSL-stripping attack in addition to the man in the middle attack

Other Dsniff Suite Tools

dsniff can be used with other analysis tools, such as:

This can also be used with attack tools like:

Installing

# apt-get install dsniff

That will install all of the utilities above.

References

See: Dsniff/PlasticForkGuide_HackBB

Also see: https://www.soldierx.com/tutorials/Sniffing-Various-Passwords-MITM-DSNIFF-and-SSL-Strip

Flags