├── Note.txt ├── files ├── admin_panel_finder.py ├── cpanel_bruteforce.py ├── directory_finder.py ├── drupal_bruteforce.py ├── ftp_bruteforce.py ├── joomla_bruteforce.py ├── joomla_simplified.py ├── kubernetes_bruteforce.py ├── ldap_bruteforce.py ├── magento_bruteforce.py ├── office365_bruteforce.py ├── opencart_bruteforce.py ├── prestashop_bruteforce.py ├── rdp_bruteforce.py ├── ssh_bruteforce.py ├── subdomain_finder.py ├── telnet_bruteforce.py ├── voip_bruteforce.py ├── webshell_finder.py ├── wifi_bruteforce.py ├── woocommerce_bruteforce.py └── wordpress_bruteforce.py ├── kraken.py ├── readme.md ├── requirements.txt └── wordlists ├── admin_panel_paths.txt ├── directory_wordlists.txt ├── office365_wordlists.txt ├── passwords.txt ├── rdp_wordlists.txt ├── subdomains_wordlist.txt ├── users.txt └── webshells.txt /Note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/Note.txt -------------------------------------------------------------------------------- /files/admin_panel_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/admin_panel_finder.py -------------------------------------------------------------------------------- /files/cpanel_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/cpanel_bruteforce.py -------------------------------------------------------------------------------- /files/directory_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/directory_finder.py -------------------------------------------------------------------------------- /files/drupal_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/drupal_bruteforce.py -------------------------------------------------------------------------------- /files/ftp_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/ftp_bruteforce.py -------------------------------------------------------------------------------- /files/joomla_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/joomla_bruteforce.py -------------------------------------------------------------------------------- /files/joomla_simplified.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/joomla_simplified.py -------------------------------------------------------------------------------- /files/kubernetes_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/kubernetes_bruteforce.py -------------------------------------------------------------------------------- /files/ldap_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/ldap_bruteforce.py -------------------------------------------------------------------------------- /files/magento_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/magento_bruteforce.py -------------------------------------------------------------------------------- /files/office365_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/office365_bruteforce.py -------------------------------------------------------------------------------- /files/opencart_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/opencart_bruteforce.py -------------------------------------------------------------------------------- /files/prestashop_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/prestashop_bruteforce.py -------------------------------------------------------------------------------- /files/rdp_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/rdp_bruteforce.py -------------------------------------------------------------------------------- /files/ssh_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/ssh_bruteforce.py -------------------------------------------------------------------------------- /files/subdomain_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/subdomain_finder.py -------------------------------------------------------------------------------- /files/telnet_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/telnet_bruteforce.py -------------------------------------------------------------------------------- /files/voip_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/voip_bruteforce.py -------------------------------------------------------------------------------- /files/webshell_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/webshell_finder.py -------------------------------------------------------------------------------- /files/wifi_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/wifi_bruteforce.py -------------------------------------------------------------------------------- /files/woocommerce_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/woocommerce_bruteforce.py -------------------------------------------------------------------------------- /files/wordpress_bruteforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/files/wordpress_bruteforce.py -------------------------------------------------------------------------------- /kraken.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/kraken.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/requirements.txt -------------------------------------------------------------------------------- /wordlists/admin_panel_paths.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/wordlists/admin_panel_paths.txt -------------------------------------------------------------------------------- /wordlists/directory_wordlists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/wordlists/directory_wordlists.txt -------------------------------------------------------------------------------- /wordlists/office365_wordlists.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wordlists/passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/wordlists/passwords.txt -------------------------------------------------------------------------------- /wordlists/rdp_wordlists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/wordlists/rdp_wordlists.txt -------------------------------------------------------------------------------- /wordlists/subdomains_wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/wordlists/subdomains_wordlist.txt -------------------------------------------------------------------------------- /wordlists/users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/wordlists/users.txt -------------------------------------------------------------------------------- /wordlists/webshells.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonxtn/Kraken/HEAD/wordlists/webshells.txt --------------------------------------------------------------------------------