Browse Exploit & Auxiliary Modules
The Metasploit Project hosts the world's largest database of quality assured exploits, including hundreds of remote exploits, auxiliary modules, and payloads. You can even review the Metasploit Framework source code of any module - or write your own.
Search for modules
pSnuffle Packet Sniffer
This module sniffs passwords like dsniff did in the past
Rank
Authors
- Max Moser < mmo [at] remote-exploit.org >
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/sniffer/psnuffle
msf auxiliary(psnuffle) > run
Module Options
| FILTER |
The filter string for capturing traffic |
| INTERFACE |
The name of the interface |
| PCAPFILE |
The name of the PCAP capture file to process |
| PROTOCOLS |
A comma-delimited list of protocols to sniff or "all". (default: all) |
| SNAPLEN |
The number of bytes to capture (default: 65535) |
| TIMEOUT |
The number of seconds to wait for new data (default: 500) |
| GATEWAY |
The gateway IP address. This will be used rather than a random remote address for the UDP probe, if set. |
| NETMASK |
The local network mask. This is used to decide if an address is in the local network. |
| ProtocolBase |
The base directory containing the protocol decoders |
| UDP_SECRET |
The 32-bit cookie for UDP probe requests. |
| VERBOSE |
Enable detailed status messages |
| WORKSPACE |
Specify the workspace for this module |