# Information Gathering

4.1.1 [Conduct Search Engine Discovery Reconnaissance for Information Leakage](/4-web_application_security_testing/01-information_gathering/01-conduct_search_engine_discovery_reconnaissance_for_information_leakage.md)

4.1.2 [Fingerprint Web Server](/4-web_application_security_testing/01-information_gathering/02-fingerprint_web_server.md)

4.1.3 [Review Webserver Metafiles for Information Leakage](/4-web_application_security_testing/01-information_gathering/03-review_webserver_metafiles_for_information_leakage.md)

4.1.4 [Enumerate Applications on Webserver](/4-web_application_security_testing/01-information_gathering/04-enumerate_applications_on_webserver.md)

4.1.5 [Review Webpage Content for Information Leakage](/4-web_application_security_testing/01-information_gathering/05-review_webpage_content_for_information_leakage.md)

4.1.6 [Identify Application Entry Points](/4-web_application_security_testing/01-information_gathering/06-identify_application_entry_points.md)

4.1.7 [Map Execution Paths Through Application](/4-web_application_security_testing/01-information_gathering/07-map_execution_paths_through_application.md)

4.1.8 [Fingerprint Web Application Framework](/4-web_application_security_testing/01-information_gathering/08-fingerprint_web_application_framework.md)

4.1.9 [Fingerprint Web Application](/4-web_application_security_testing/01-information_gathering/09-fingerprint_web_application.md)

4.1.10 [Map Application Architecture](/4-web_application_security_testing/01-information_gathering/10-map_application_architecture.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://owasp.boireau.io/4-web_application_security_testing/01-information_gathering.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
