8000 GitHub - rspilk/creds.py: Harvest FTP/POP/IMAP/HTTP/IRC creds
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rspilk/creds.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

creds.py

Harvest FTP/POP/IMAP/HTTP/IRC credentials along with interesting data from each of the protocols. If no interface is specified with the -i option the script will use the internet connected interface it finds via ip route. Concatenates fragmented packets so as to not miss any important info. Upon catching a Ctrl-C, will print a list of credentials for each IP address that was sniffed on the network along with the server they sent them to.

python creds.py [-i INTERFACE] [-v] [-p PCAPFILE]

Requires: python 2.7, scapy python module, linux

Info gathered:

FTP

  • credentials per server

HTTP

  • credentials per server
  • searches made on any site
  • URLs visited
  • POSTs made

POP/IMAP

  • credentials per server
  • To:, From:, Date:, and Subject: headers on emails sent or received

IRC

  • credentials per server
  • channels joined/parted
  • servers joined/quit
  • messages sent and which channel they were sent to

  • danmcinerney.org
  • Flattr this

About

Harvest FTP/POP/IMAP/HTTP/IRC creds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0