lundi 20 avril 2015

[SCRIPT] Net-creds MacOS password sniffer

[SCRIPT] Net-creds Sniffeur de Logins/MDP

URLs visited
POST loads sent
HTTP form logins/passwords
HTTP basic auth logins/passwords
HTTP searches
FTP logins/passwords
IRC logins/passwords
POP logins/passwords
IMAP logins/passwords
Telnet logins/passwords
SMTP logins/passwords
SNMP community string
NTLMv1/v2 all supported protocols like HTTP, SMB, LDAP, etc
Kerberos

Git: http://ift.tt/1yyJTOb
Homebrew est nécéssaire pour les dépendances sur OS X
Remplacer a la ligne 74 '/sbin/ip' par '/usr/local/bin/ip'.

Installation OS X
Code:

brew install python
pip install scapy
pip install wsgiref
pip install pcapy
pip install pypcap
brew install libdnet --with-python
brew tap brona/iproute2mac
brew install iproute2mac

Auto-detection de l'interface

Code:

sudo python net-creds.py
Sniff sur interface eth0

Code:

sudo python net-creds.py -i eth0
Ignore ip 192.168.0.2

Code:

sudo python net-creds.py -f 192.168.0.2
Lecture du fichier pcap

Code:

python net-creds.py -p pcapfile


from Hackademics : Forum de hacking – hackers white hat – cours de securite informatique, apprendre langage python, tutoriels de reverse engineering http://ift.tt/1cPiyh9
via IFTTT

Aucun commentaire:

Enregistrer un commentaire