Underc0de

Programación Scripting => Python => Mensaje iniciado por: ZanGetsu en Marzo 21, 2013, 02:47:08 PM

Título: Patator.py
Publicado por: ZanGetsu en Marzo 21, 2013, 02:47:08 PM
Patator es un multi-propósito de fuerza bruta, con un diseño modular y un uso flexible.

su uso: cd Desktop
            python patator_v0.3.py
            ./patator.py module --help

Contiene los siguientes Modulos:
+ ftp_login     : Brute-force FTP authentication
  + ssh_login     : Brute-force SSH authentication
  + telnet_login  : Brute-force Telnet authentication
  + smtp_login    : Brute-force SMTP authentication
  + smtp_vrfy     : Enumerate valid users using SMTP VRFY
  + smtp_rcpt     : Enumerate valid users using SMTP RCPT TO
  + http_fuzz     : Fuzz HTTP/HTTPS
  + pop_passd     : Brute-force poppassd authentication (http://netwinsite.com/poppassd/ not POP3)
  + smb_login     : Brute-force SMB authentication
  + ldap_login    : Brute-force LDAP authentication
  + mssql_login   : Brute-force MSSQL authentication
  + oracle_login  : Brute-force Oracle authentication
  + mysql_login   : Brute-force MySQL authentication
  + pgsql_login   : Brute-force PostgreSQL authentication
  + vnc_login     : Brute-force VNC authentication
  + dns_reverse   : Reverse lookup subnets
  + dns_forward   : Forward lookup subdomains
  + snmp_login    : Brute-force SNMP v1/2/3 authentication
  + unzip_pass    : Brute-force the password of encrypted ZIP files
  + keystore_pass : Brute-force the password of Java keystore files

(http://4.bp.blogspot.com/-PKHlRWL0Hwc/UUqlmLa0_II/AAAAAAAAAcI/0LdSC87sWNU/s640/Pantallazo-5.png)

Descarga: https://code.google.com/p/patator/downloads/list
Título: Re:Patator.py
Publicado por: ANTRAX en Marzo 21, 2013, 02:53:25 PM
Increible ZanGetsu!
Funciona con Python 2 o 3?

Saludos y muchas gracias por tu aporte
Título: Re:Patator.py
Publicado por: ZanGetsu en Marzo 22, 2013, 04:43:26 PM
yo tengo instalada la version de Python 2.6.5
Supongo que en la version 3 debe correr tambien  :)
Título: Re:Patator.py
Publicado por: Snifer en Marzo 22, 2013, 05:03:24 PM
Si corre con la 2.6.5 como dices si lo probaste es para dicha version ya que la 3 cambio ;)
Título: Re:Patator.py
Publicado por: ANTRAX en Marzo 23, 2013, 10:38:38 AM
Claro, asi como dice Snifer, Python 3 posee algunos cambios, incluso el print no es el mismo, por lo que daria error al correr.