Enumeration¶
Host and service enumeration: discovery, port scanning, OS fingerprinting, DNS harvesting and WAF evasion techniques.
Contents¶
-
The Domain Name System (DNS) is on of the most critical systems on the Internet and is a distributed database responsible for translating user-friendly domain names into IP addresses.
-
When we have our pool of IP addresses, we have to identify the devices and the roles played by each IP in the target organization.
-
Some tips to discover the operative system that runs on the target machine.
-
The best option to identify Ports, Protocols, and Services (PPS) on a targetwould be to scan all ports (65535) of the remote system.
-
In this section I will explain techniques to found the original IP of the hosted webapp.