HackGaurd was coded in Python 3 and is very simple to use. Just input your target without https or http.
This tool will automatically scan your target website and check for vulnerabilities in sqli, xss, lfi, and redirect.
That's special. You can modify your own payloads with Owasp Top 10 (like sqli, xss, and lfi), redirect in folder name payloads, and modify your own and save after running tools. It's more useful and powerful to help you identify more vulnerabilities in websites.
After Finish progress of scanner will be save result into your folder with name of domain targeted.
What I'm talking about in tools is options one, and here options 2 will give you information about modules because all modules in here were used in options 1 when you tried to input one of your targets to scan it :
1. WEB DOMAIN INFORMATION (IP, PROTOCOL, CMS DETECTION, SERVER DETECTION, WAF DETECTION)
2. SENSITIVE PATH FINDER
3. MISCONFIGURATIONS/SENSITIVE SCANS(WORDPRESS, JOOMLA, DRUPAL, PHPMYADMIN)
4. SCANNING PORTS & LOOKING FOR EXPLOITS
5. EXTRACTING JAVASCRIPT URLS
6. GETTING URLS FROM PUBLIC ARCHIVES
7. FILTERNING URLS FOR OPEN REDIRECTION
8. FILTERNING URLS FOR CROSS SITE SCRIPTING
9. FILTERNING URLS FOR LOCAL FILE INCLUSION
10. FILTERNING URLS FOR SQLI INJECTION
11. TESTING CORS MISCONFIGURATION
12. TESTING CLICKJACKING VULNERABILITY
13. TESTING SQLI INJECTION VULNERABILITY
14. TESTING OPEN REDIRECT VULNERABILITY
15. TESTING LOCAL FILE INCLUSION VULNERABILITY
16. TESTING CROSS SITE SCRIPTING VULNERABILITY
17. DIRECTORY BRUTEFORCING
pip module python to install :
python3 -m pip install requests
python3 -m pip install pystyle
python3 -m pip install beautifulsoup4
python3 -m pip install tqdm
python3 -m pip install strcolored
This tool will automatically scan your target website and check for vulnerabilities in sqli, xss, lfi, and redirect.
That's special. You can modify your own payloads with Owasp Top 10 (like sqli, xss, and lfi), redirect in folder name payloads, and modify your own and save after running tools. It's more useful and powerful to help you identify more vulnerabilities in websites.
After Finish progress of scanner will be save result into your folder with name of domain targeted.
What I'm talking about in tools is options one, and here options 2 will give you information about modules because all modules in here were used in options 1 when you tried to input one of your targets to scan it :
1. WEB DOMAIN INFORMATION (IP, PROTOCOL, CMS DETECTION, SERVER DETECTION, WAF DETECTION)
2. SENSITIVE PATH FINDER
3. MISCONFIGURATIONS/SENSITIVE SCANS(WORDPRESS, JOOMLA, DRUPAL, PHPMYADMIN)
4. SCANNING PORTS & LOOKING FOR EXPLOITS
5. EXTRACTING JAVASCRIPT URLS
6. GETTING URLS FROM PUBLIC ARCHIVES
7. FILTERNING URLS FOR OPEN REDIRECTION
8. FILTERNING URLS FOR CROSS SITE SCRIPTING
9. FILTERNING URLS FOR LOCAL FILE INCLUSION
10. FILTERNING URLS FOR SQLI INJECTION
11. TESTING CORS MISCONFIGURATION
12. TESTING CLICKJACKING VULNERABILITY
13. TESTING SQLI INJECTION VULNERABILITY
14. TESTING OPEN REDIRECT VULNERABILITY
15. TESTING LOCAL FILE INCLUSION VULNERABILITY
16. TESTING CROSS SITE SCRIPTING VULNERABILITY
17. DIRECTORY BRUTEFORCING
pip module python to install :
python3 -m pip install requests
python3 -m pip install pystyle
python3 -m pip install beautifulsoup4
python3 -m pip install tqdm
python3 -m pip install strcolored
drcrypter.ru