> For the complete documentation index, see [llms.txt](https://syed-muhammad-abdul-karim.gitbook.io/learn-to-hack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://syed-muhammad-abdul-karim.gitbook.io/learn-to-hack/security-tools/recon/content-discovery.md).

# Content Discovery

* [gobuster](https://github.com/OJ/gobuster) - Directory/File, DNS and VHost busting tool written in Go
* [recursebuster](https://github.com/C-Sto/recursebuster) - rapid content discovery tool for recursively querying webservers, handy in pentesting and web application assessments
* [feroxbuster](https://github.com/epi052/feroxbuster) - A fast, simple, recursive content discovery tool written in Rust.
* [dirsearch](https://github.com/maurosoria/dirsearch) - Web path scanner
* [dirsearch](https://github.com/evilsocket/dirsearch) - A Go implementation of dirsearch.
* [filebuster](https://github.com/henshin/filebuster) - An extremely fast and flexible web fuzzer
* [dirstalk](https://github.com/stefanoj3/dirstalk) - Modern alternative to dirbuster/dirb
* [dirbuster-ng](https://github.com/digination/dirbuster-ng) - dirbuster-ng is C CLI implementation of the Java dirbuster tool
* [gospider](https://github.com/jaeles-project/gospider) - Gospider - Fast web spider written in Go
* [hakrawler](https://github.com/hakluke/hakrawler) - Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://syed-muhammad-abdul-karim.gitbook.io/learn-to-hack/security-tools/recon/content-discovery.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.
