patator爆破工具

git clone https://github.com/lanjelot/patator.git
cd patator
python3 -m pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
python3 patator.py                                                       

Patator 0.9 (https://github.com/lanjelot/patator) with python-2.7.16
Usage: patator.py module --help

Available modules:
  + ftp_login     : Brute-force FTP
  + ssh_login     : Brute-force SSH
  + telnet_login  : Brute-force Telnet
  + smtp_login    : Brute-force SMTP
  + smtp_vrfy     : Enumerate valid users using SMTP VRFY
  + smtp_rcpt     : Enumerate valid users using SMTP RCPT TO
  + finger_lookup : Enumerate valid users using Finger
  + http_fuzz     : Brute-force HTTP
  + rdp_gateway   : Brute-force RDP Gateway
  + ajp_fuzz      : Brute-force AJP
  + pop_login     : Brute-force POP3
  + pop_passd     : Brute-force poppassd (http://netwinsite.com/poppassd/)
  + imap_login    : Brute-force IMAP4
  + ldap_login    : Brute-force LDAP
  + dcom_login    : Brute-force DCOM
  + smb_login     : Brute-force SMB
  + smb_lookupsid : Brute-force SMB SID-lookup
  + rlogin_login  : Brute-force rlogin
  + vmauthd_login : Brute-force VMware Authentication Daemon
  + mssql_login   : Brute-force MSSQL
  + oracle_login  : Brute-force Oracle
  + mysql_login   : Brute-force MySQL
  + mysql_query   : Brute-force MySQL queries
  + rdp_login     : Brute-force RDP (NLA)
  + pgsql_login   : Brute-force PostgreSQL
  + vnc_login     : Brute-force VNC
  + dns_forward   : Forward DNS lookup
  + dns_reverse   : Reverse DNS lookup
  + snmp_login    : Brute-force SNMP v1/2/3
  + ike_enum      : Enumerate IKE transforms
  + unzip_pass    : Brute-force the password of encrypted ZIP files
  + keystore_pass : Brute-force the password of Java keystore files
  + sqlcipher_pass : Brute-force the password of SQLCipher-encrypted databases
  + umbraco_crack : Crack Umbraco HMAC-SHA1 password hashes
  + tcp_fuzz      : Fuzz TCP services
  + dummy_test    : Testing module

| INSTALL

                                                                                    |
| -------------------------------------------------------------------------------------------------- |
| * Dependencies (best tested versions)                                                              |
| |  Required for  |                        URL                         | Version |                  |
| -------------------------------------------------------------------------------------------------- |
| paramiko         | SSH            | http://www.lag.net/paramiko/                       |   2.7.1 | |
| -------------------------------------------------------------------------------------------------- |
| pycurl           | HTTP           | http://pycurl.sourceforge.net/                     |  7.43.0 | |
| -------------------------------------------------------------------------------------------------- |
| libcurl          | HTTP           | https://curl.haxx.se/                              |  7.58.0 | |
| -------------------------------------------------------------------------------------------------- |
| ajpy             | AJP            | https://github.com/hypn0s/AJPy/                    |   0.0.4 | |
| -------------------------------------------------------------------------------------------------- |
| openldap         | LDAP           | http://www.openldap.org/                           |  2.4.45 | |
| -------------------------------------------------------------------------------------------------- |
| impacket         | SMB, MSSQL     | https://github.com/CoreSecurity/impacket           |  0.9.20 | |
| -------------------------------------------------------------------------------------------------- |
| pyOpenSSL        | impacket       | https://pyopenssl.org/                             |  19.1.0 | |
| -------------------------------------------------------------------------------------------------- |
| cx_Oracle        | Oracle         | http://cx-oracle.sourceforge.net/                  |   7.3.0 | |
| -------------------------------------------------------------------------------------------------- |
| mysqlclient      | MySQL          | https://github.com/PyMySQL/mysqlclient-python      |   1.4.6 | |
| -------------------------------------------------------------------------------------------------- |
| xfreerdp         | RDP (NLA)      | https://github.com/FreeRDP/FreeRDP/                |   1.2.0 | |
| -------------------------------------------------------------------------------------------------- |
| psycopg          | PostgreSQL     | http://initd.org/psycopg/                          |   2.8.4 | |
| -------------------------------------------------------------------------------------------------- |
| pycrypto         | VNC, impacket  | http://www.dlitz.net/software/pycrypto/            |   2.6.1 | |
| -------------------------------------------------------------------------------------------------- |
| dnspython        | DNS            | http://www.dnspython.org/                          |  1.16.0 | |
| -------------------------------------------------------------------------------------------------- |
| IPy              | NET keyword    | https://github.com/haypo/python-ipy                |     1.0 | |
| -------------------------------------------------------------------------------------------------- |
| pysnmp           | SNMP           | http://pysnmp.sourceforge.net/                     |  4.4.12 | |
| -------------------------------------------------------------------------------------------------- |
| pyasn1           | SNMP, impacket | http://sourceforge.net/projects/pyasn1/            |   0.4.8 | |
| -------------------------------------------------------------------------------------------------- |
| ike-scan         | IKE            | http://www.nta-monitor.com/tools-resources/        |     1.9 | |
| -------------------------------------------------------------------------------------------------- |
| unzip            | ZIP passwords  | http://www.info-zip.org/                           |     6.0 | |
| -------------------------------------------------------------------------------------------------- |
| Java             | keystore files | http://www.oracle.com/technetwork/java/javase/     |       6 | |
| -------------------------------------------------------------------------------------------------- |
| pysqlcipher3     | SQLCipher      | https://github.com/rigglemania/pysqlcipher3        |   1.0.3 | |
| -------------------------------------------------------------------------------------------------- |
| python           |                | http://www.python.org/                             |     3.6 | |
| -------------------------------------------------------------------------------------------------- |
posted @ 2021-09-03 10:28  唐小风  阅读(550)  评论(0编辑  收藏  举报