Information Gathering Flashcards
Reconnaissance for Information Leakage
Use Google Hacking Database
Search Operators
- Site: - Inurl: - Intitle: - Intext: or inbody: - Filetype: - Cache:
Fingerprint Web Server
Identifying the type and version of a web server
Banner Grabbing
Tools
- Telnet - Openssl - Netcraft - Nikto - Nmap (or Zenmap)
Banner Grabbing
A technique used to gain information about a computer system on a network and the services running on its ports.
Administrators can use this to take inventory of the systems and services on their network.
Tools:
- Telnet - nmap - Netcat
Enumerate Applications on a Webserver
Web application discovery is a process aimed at identifying web applications on a given IP address.
There are three factors influencing how many applications are related to a given DNS name (or an IP address):
- Different Base URL ○ Google hacking (site:) - Non-standard Ports ○ nmap ○ telnet - Virtual Hosts ○ Reverse-IP Services
Net Block
A range of consecutive IP addresses,
for instance: 196.25.0.0-196.25.255.255.
Identify Application Entry Points
As you walk through an application, you should pay attention to all HTTP requests as well as every parameter and form field that is passed to the application.
You should use an intercepting proxy:
- ZAP - Burp Suite - Fiddler
Use the “OWASP Attack Surface Detector”