From charlesreid1

No edit summary
Line 1: Line 1:
=Basic Info=
=Basic Info=


Tool used in MITM attacks to sniff goodies from traffic.
dsniff is a tool for sniffing traffic during a man-in-the-middle [[MiTM]] attack, such as an ARP poisoning or ARP spoofing attack


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


This can be used with analysis tools like [[Msgsnarf]], [[Filensarf]], [[Mailsnarf]], [[Urlsnarf]], [[Webspy]].
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


This can also be used with attack tools like [[Dnsspoof]], [[Arpspoof]], [[Macof]], [[Tcpdkill]], [[Tcpnice]], [[Webmitm]], [[Sshmitm]]
==Other Dsniff Suite Tools==
 
dsniff can be used with other analysis tools, such as:
* [[Msgsnarf]]
* [[Filensarf]]
* [[Mailsnarf]]
* [[Urlsnarf]]
* [[Webspy]]
 
This can also be used with attack tools like:
* [[Dnsspoof]]
* [[Arpspoof]]
* [[Macof]]
* [[Tcpdkill]]
* [[Tcpnice]]
* [[Webmitm]]
* [[Sshmitm]]


==Installing==
==Installing==

Revision as of 02:18, 5 March 2022

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