Information Gathering Flashcards

1
Q

Reconnaissance for Information Leakage

A

Use Google Hacking Database

Search Operators

- Site:
- Inurl:
- Intitle:
- Intext: or inbody:
- Filetype:
- Cache:
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Fingerprint Web Server

A

Identifying the type and version of a web server

Banner Grabbing

Tools

- Telnet
- Openssl
- Netcraft
- Nikto
- Nmap (or Zenmap)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Banner Grabbing

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Enumerate Applications on a Webserver

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Net Block

A

A range of consecutive IP addresses,

for instance: 196.25.0.0-196.25.255.255.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Identify Application Entry Points

A

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”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly