Scanning and Recon: Difference between revisions

From Enlace Hacktivista
Jump to navigation Jump to search
Line 32: Line 32:


=== Port scanners ===
=== Port scanners ===
When performing a port scan pay special attention to non standard ports.
When performing a port scan pay special attention to non-standard ports.


* https://github.com/nmap/nmap
* https://github.com/nmap/nmap

Revision as of 00:45, 5 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.

NOTE: This is not an exhaustive list.

Vulnerability scanners

To quickly cover a lot ground it's a good idea to scan your target using vulnerability scanners as they might be able to discover a vulnerability or misconfiguration that you can't find. To avoid WAFs make sure to use a list of random user-agent strings and a residential proxy list if possible and maybe encode some payloads.

Port scanners

When performing a port scan pay special attention to non-standard ports.

Technology scanners

NOTE: using browser add-ons will change your browser fingerprint and reduce anonymity.

When performing a penetration test we will want to know what technology is running on the target and what version it's running as so that later we can start looking for possible working public exploits.

Google Hacking