├── README.md ├── as400 ├── CodePage.py ├── CodePage.pyc ├── Screen5250.py ├── Screen5250.pyc ├── ScreenField.py ├── ScreenField.pyc ├── ScreenFields.py ├── ScreenFields.pyc ├── Session.py ├── Session.pyc ├── SessionManager.py ├── Sessions.py ├── frmConnect.py ├── frmConnect.pyc ├── testAS400.py ├── tn5250.old.py ├── tn5250.py ├── vt5250.py └── vt5250.pyc ├── cenzic ├── README.md ├── screenshot1.png └── url2cenzic.py ├── default_accounts_wordlist ├── README.md ├── getDefaultAccounts,py ├── passwords.txt ├── users.txt ├── wordList_http.txt ├── wordList_ibm.txt ├── wordList_ssh.txt ├── wordList_ssh_hydra.txt └── wordList_telnet.txt ├── emaildownloader └── emailDownloader.py ├── enumeration └── findSubdomains.py ├── exploits └── cve-2013-7331.html ├── extractDominoUsers.py ├── firebird └── firebirdBrute.py ├── impacket ├── .gitignore ├── README.md ├── psexec.png ├── psexec.py ├── smbexec.png ├── smbexec.py ├── wmiexec.png └── wmiexec.py ├── ip2domains.py ├── masscan ├── README.MD └── parseMasscan.py ├── mitm ├── PluginDetect_All.js ├── beefclone.js ├── iframe_injector ├── mitm.py ├── msf1.rc ├── pluginDetect4.htm ├── readme.txt ├── savecookies.js └── wpad.dat ├── nessus └── README.md ├── niktohelper ├── cacert.pem └── niktohelper.py ├── oracle_pillage ├── ora_pillage.py └── ora_priv.py ├── others └── parseMSTports.py ├── plesk_panel └── pleskSQL.rb ├── vm_automation ├── README.md └── vmAcunetix.py ├── web ├── parseFileList.py └── parseFileList_linux.py ├── wireless └── sniffCert.py └── wordpress_exploits ├── cve-2013-3684.py └── readme.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/README.md -------------------------------------------------------------------------------- /as400/CodePage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/CodePage.py -------------------------------------------------------------------------------- /as400/CodePage.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/CodePage.pyc -------------------------------------------------------------------------------- /as400/Screen5250.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/Screen5250.py -------------------------------------------------------------------------------- /as400/Screen5250.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/Screen5250.pyc -------------------------------------------------------------------------------- /as400/ScreenField.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/ScreenField.py -------------------------------------------------------------------------------- /as400/ScreenField.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/ScreenField.pyc -------------------------------------------------------------------------------- /as400/ScreenFields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/ScreenFields.py -------------------------------------------------------------------------------- /as400/ScreenFields.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/ScreenFields.pyc -------------------------------------------------------------------------------- /as400/Session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/Session.py -------------------------------------------------------------------------------- /as400/Session.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/Session.pyc -------------------------------------------------------------------------------- /as400/SessionManager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/SessionManager.py -------------------------------------------------------------------------------- /as400/Sessions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/Sessions.py -------------------------------------------------------------------------------- /as400/frmConnect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/frmConnect.py -------------------------------------------------------------------------------- /as400/frmConnect.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/frmConnect.pyc -------------------------------------------------------------------------------- /as400/testAS400.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/testAS400.py -------------------------------------------------------------------------------- /as400/tn5250.old.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/tn5250.old.py -------------------------------------------------------------------------------- /as400/tn5250.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/tn5250.py -------------------------------------------------------------------------------- /as400/vt5250.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/vt5250.py -------------------------------------------------------------------------------- /as400/vt5250.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/as400/vt5250.pyc -------------------------------------------------------------------------------- /cenzic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/cenzic/README.md -------------------------------------------------------------------------------- /cenzic/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/cenzic/screenshot1.png -------------------------------------------------------------------------------- /cenzic/url2cenzic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/cenzic/url2cenzic.py -------------------------------------------------------------------------------- /default_accounts_wordlist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/default_accounts_wordlist/README.md -------------------------------------------------------------------------------- /default_accounts_wordlist/getDefaultAccounts,py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/default_accounts_wordlist/getDefaultAccounts,py -------------------------------------------------------------------------------- /default_accounts_wordlist/passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/default_accounts_wordlist/passwords.txt -------------------------------------------------------------------------------- /default_accounts_wordlist/users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/default_accounts_wordlist/users.txt -------------------------------------------------------------------------------- /default_accounts_wordlist/wordList_http.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/default_accounts_wordlist/wordList_http.txt -------------------------------------------------------------------------------- /default_accounts_wordlist/wordList_ibm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/default_accounts_wordlist/wordList_ibm.txt -------------------------------------------------------------------------------- /default_accounts_wordlist/wordList_ssh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/default_accounts_wordlist/wordList_ssh.txt -------------------------------------------------------------------------------- /default_accounts_wordlist/wordList_ssh_hydra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/default_accounts_wordlist/wordList_ssh_hydra.txt -------------------------------------------------------------------------------- /default_accounts_wordlist/wordList_telnet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/default_accounts_wordlist/wordList_telnet.txt -------------------------------------------------------------------------------- /emaildownloader/emailDownloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/emaildownloader/emailDownloader.py -------------------------------------------------------------------------------- /enumeration/findSubdomains.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/enumeration/findSubdomains.py -------------------------------------------------------------------------------- /exploits/cve-2013-7331.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/exploits/cve-2013-7331.html -------------------------------------------------------------------------------- /extractDominoUsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/extractDominoUsers.py -------------------------------------------------------------------------------- /firebird/firebirdBrute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/firebird/firebirdBrute.py -------------------------------------------------------------------------------- /impacket/.gitignore: -------------------------------------------------------------------------------- 1 | .vscode/* -------------------------------------------------------------------------------- /impacket/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/impacket/README.md -------------------------------------------------------------------------------- /impacket/psexec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/impacket/psexec.png -------------------------------------------------------------------------------- /impacket/psexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/impacket/psexec.py -------------------------------------------------------------------------------- /impacket/smbexec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/impacket/smbexec.png -------------------------------------------------------------------------------- /impacket/smbexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/impacket/smbexec.py -------------------------------------------------------------------------------- /impacket/wmiexec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/impacket/wmiexec.png -------------------------------------------------------------------------------- /impacket/wmiexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/impacket/wmiexec.py -------------------------------------------------------------------------------- /ip2domains.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/ip2domains.py -------------------------------------------------------------------------------- /masscan/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/masscan/README.MD -------------------------------------------------------------------------------- /masscan/parseMasscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/masscan/parseMasscan.py -------------------------------------------------------------------------------- /mitm/PluginDetect_All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/mitm/PluginDetect_All.js -------------------------------------------------------------------------------- /mitm/beefclone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/mitm/beefclone.js -------------------------------------------------------------------------------- /mitm/iframe_injector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/mitm/iframe_injector -------------------------------------------------------------------------------- /mitm/mitm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/mitm/mitm.py -------------------------------------------------------------------------------- /mitm/msf1.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/mitm/msf1.rc -------------------------------------------------------------------------------- /mitm/pluginDetect4.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/mitm/pluginDetect4.htm -------------------------------------------------------------------------------- /mitm/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/mitm/readme.txt -------------------------------------------------------------------------------- /mitm/savecookies.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/mitm/savecookies.js -------------------------------------------------------------------------------- /mitm/wpad.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/mitm/wpad.dat -------------------------------------------------------------------------------- /nessus/README.md: -------------------------------------------------------------------------------- 1 | Migrated to https://github.com/milo2012/nmap2nessus 2 | -------------------------------------------------------------------------------- /niktohelper/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/niktohelper/cacert.pem -------------------------------------------------------------------------------- /niktohelper/niktohelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/niktohelper/niktohelper.py -------------------------------------------------------------------------------- /oracle_pillage/ora_pillage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/oracle_pillage/ora_pillage.py -------------------------------------------------------------------------------- /oracle_pillage/ora_priv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/oracle_pillage/ora_priv.py -------------------------------------------------------------------------------- /others/parseMSTports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/others/parseMSTports.py -------------------------------------------------------------------------------- /plesk_panel/pleskSQL.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/plesk_panel/pleskSQL.rb -------------------------------------------------------------------------------- /vm_automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/vm_automation/README.md -------------------------------------------------------------------------------- /vm_automation/vmAcunetix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/vm_automation/vmAcunetix.py -------------------------------------------------------------------------------- /web/parseFileList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/web/parseFileList.py -------------------------------------------------------------------------------- /web/parseFileList_linux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/web/parseFileList_linux.py -------------------------------------------------------------------------------- /wireless/sniffCert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/wireless/sniffCert.py -------------------------------------------------------------------------------- /wordpress_exploits/cve-2013-3684.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/wordpress_exploits/cve-2013-3684.py -------------------------------------------------------------------------------- /wordpress_exploits/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/milo2012/pentest_scripts/HEAD/wordpress_exploits/readme.txt --------------------------------------------------------------------------------