Annonce

Réduire
Aucune annonce.

[SCRIPT] Net-creds MacOS password sniffer

Réduire
X
 
  • Filtre
  • Heure
  • Afficher
Tout nettoyer
nouveaux messages

  • [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: https://github.com/DanMcInerney/net-creds.git
    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
    Dernière modification par D3vianZ, 17 avril 2015, 10h24.
Chargement...
X