Scanning and Recon: Difference between revisions

From Enlace Hacktivista
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
These tools will scan web applications for vulnerabilities and misconfigurations, remember that they will cause a lot of traffic making lots of requests.
These tools will scan web applications for vulnerabilities and misconfigurations, remember that they will cause a lot of traffic making lots of requests.


=== Vulnerability scanners ===
* https://github.com/pry0cc/axiom [https://twitter.com/Jhaddix/status/1633936278222962688?cxt=HHwWgIDUkeuY9KwtAAAA Twitter Thread] [Free]
* https://github.com/pry0cc/axiom [https://twitter.com/Jhaddix/status/1633936278222962688?cxt=HHwWgIDUkeuY9KwtAAAA Twitter Thread] [Free]
* https://github.com/robertdavidgraham/masscan [Free]
* https://github.com/projectdiscovery/naabu [Free]
* https://github.com/OWASP/Amass [Free]
* https://github.com/OWASP/Amass [Free]
* https://github.com/six2dez/reconftw [Free]
* https://github.com/six2dez/reconftw [https://gist.github.com/jhaddix/141d9cb07ca0590dbc43389e0e4af98f Free scan config (no API)] [Free]
* https://github.com/lanmaster53/recon-ng [Free]
* https://github.com/lanmaster53/recon-ng [Free]
* https://github.com/jaeles-project/jaeles [Free]
* https://github.com/jaeles-project/jaeles [Free]
Line 12: Line 11:
* https://github.com/wpscanteam/wpscan [Free and paid]
* https://github.com/wpscanteam/wpscan [Free and paid]
* https://github.com/OWASP/joomscan  [Free]
* https://github.com/OWASP/joomscan  [Free]
* https://github.com/immunIT/drupwn [Free]
* https://github.com/immunIT/drupwn [Free]
* https://github.com/Tuhinshubhra/RED_HAWK [Free]
* https://github.com/Tuhinshubhra/RED_HAWK [Free]
* https://github.com/root-tanishq/userefuzz [Free]
* https://github.com/root-tanishq/userefuzz [Free]
* https://github.com/zmap/zmap  [Free]
* https://github.com/epi052/feroxbuster [Free]
* https://github.com/epi052/feroxbuster [Free]
* https://sourceforge.net/projects/grendel  [Free]
* https://sourceforge.net/projects/grendel  [Free]
* https://www.cirt.net/nikto2  [Free]
* https://www.cirt.net/nikto2  [Free]
Line 26: Line 24:
* https://github.com/osmedeus/osmedeus-base [Free and Paid]
* https://github.com/osmedeus/osmedeus-base [Free and Paid]
* https://github.com/v3n0m-Scanner/V3n0M-Scanner [Free]
* https://github.com/v3n0m-Scanner/V3n0M-Scanner [Free]
=== Port scanners ===
* https://github.com/nmap/nmap [Free]
* https://github.com/projectdiscovery/naabu [Free]
* https://github.com/robertdavidgraham/masscan [Free]
* https://github.com/zmap/zmap [Free]
* https://github.com/RustScan/RustScan [Free]
* https://github.com/trimstray/sandmap [Free]
=== Technology scanner ===
* https://www.wappalyzer.com/ [Free]
* https://www.whatruns.com/ [Free]
*

Revision as of 23:04, 2 April 2023

These tools will scan web applications for vulnerabilities and misconfigurations, remember that they will cause a lot of traffic making lots of requests.

Vulnerability scanners

Port scanners

Technology scanner