├── INSTALL.sh ├── INURLBR ├── GMAIL_BRUTE_FORCE.php ├── RouterHunterBR.php ├── exploit.php ├── exploitDrupal7.php ├── face.php ├── inurlbr.php ├── md5.php └── readme.txt ├── README.md ├── files ├── DLINK │ ├── img_wireless_bottom.gif │ ├── index.html │ ├── login.html │ ├── logo.gif │ ├── md5.js │ ├── substyle_DIR-615.css │ ├── ubicom.js │ └── xml_data.js ├── Login_files │ ├── banner_left.gif │ ├── index.html │ ├── login.html │ ├── spacer.gif │ ├── styles.css │ └── user__xl.gif ├── ROUTERS_DEFAULT │ ├── index.html │ └── login.html ├── eu.jpg ├── javaBanner.jpg ├── list.txt └── post-modules.txt ├── license ├── logs └── .log ├── modules ├── Intro.nt ├── Post-auto.rc ├── adobe_flash_hacking_team_uaf.rb ├── changelog.nt ├── cupp.py ├── database.db ├── exec.c ├── msf.swf ├── my-auxiliary.rb ├── priv8.sh ├── samsung_reset.py ├── unicorn.py ├── update.txt ├── web_delivery.bat └── web_delivery.py ├── netool.sh ├── priv8 ├── .set └── handler │ └── .set ├── shellter ├── faq.txt ├── icon │ └── shellter.ico ├── license.txt ├── readme.txt ├── shellcode_samples │ ├── calc │ ├── calcenc │ ├── info.txt │ ├── krb1 │ └── krb3 ├── shellter.exe └── version_history.txt ├── sslstrip-0.9 ├── COPYING ├── README ├── lock.ico ├── setup.py ├── sslstrip.py └── sslstrip │ ├── ClientRequest.py │ ├── ClientRequest.pyc │ ├── CookieCleaner.py │ ├── CookieCleaner.pyc │ ├── DnsCache.py │ ├── DnsCache.pyc │ ├── SSLServerConnection.py │ ├── SSLServerConnection.pyc │ ├── ServerConnection.py │ ├── ServerConnection.pyc │ ├── ServerConnectionFactory.py │ ├── ServerConnectionFactory.pyc │ ├── StrippingProxy.py │ ├── StrippingProxy.pyc │ ├── URLMonitor.py │ ├── URLMonitor.pyc │ ├── __init__.py │ └── __init__.pyc ├── templates ├── WinSCP.exe ├── flashplayer.exe ├── procexp.exe ├── procexp.sfx.exe ├── putty.exe └── template.pdf └── toolkit_config /INURLBR/GMAIL_BRUTE_FORCE.php: -------------------------------------------------------------------------------- 1 | Gmail Brute Force Attacker 20 | 21 | 37 |
38 |
41 | Gmail Brute Force Attacker
42 | |
43 |
48 |
49 |
50 |
51 | |
52 |
55 |
56 |
57 |
58 | |
59 |
62 |
63 |
68 |
69 | |
70 |
73 |
74 |
75 |
76 | |
77 |
112 | Found the password of: ".$Dictionary[$Position]."
113 | For the account: ".$username." |
114 |