> ## Documentation Index
> Fetch the complete documentation index at: https://pentest-tools.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools overview

> Security testing tools available in Pentest-Tools.com

## Available tools

Pentest-Tools.com provides security tools organized into categories based on their purpose. For a conceptual overview of what tools produce and how they fit into the testing workflow, see [Tools](/core/tools).

## Tool categories

<CardGroup cols={2}>
  <Card title="Web reconnaissance" href="#web-reconnaissance">
    Fingerprint web technologies and discover exposed content.
  </Card>

  <Card title="Network & cloud reconnaissance" href="#network-&-cloud-reconnaissance">
    Map domains, subdomains, hosts, and open ports.
  </Card>

  <Card title="Web vulnerability scanners" href="#web-vulnerability-scanners">
    Find vulnerabilities in web applications.
  </Card>

  <Card title="Network scanners" href="#network-scanners">
    Assess network infrastructure security.
  </Card>

  <Card title="Offensive tools" href="#offensive-tools">
    Validate and exploit discovered vulnerabilities.
  </Card>

  <Card title="Exploit handlers" href="#exploit-handlers">
    Support tools for exploitation workflows.
  </Card>

  <Card title="Utilities" href="#utilities">
    Helper tools for common tasks.
  </Card>
</CardGroup>

## Web reconnaissance

| Tool                                    | Description                                        |
| --------------------------------------- | -------------------------------------------------- |
| [Google Hacking](/tools/google-hacking) | Find exposed data using Google dorks               |
| [Website Recon](/tools/website-recon)   | Fingerprint web technologies                       |
| [URL Fuzzer](/tools/url-fuzzer)         | Discover hidden paths and files                    |
| [WAF Detector](/tools/waf-detector)     | Identify web application firewalls                 |
| [People Hunter](/tools/people-hunter)   | Discover email addresses and social media profiles |

## Network & cloud reconnaissance

| Tool                                                | Description                       |
| --------------------------------------------------- | --------------------------------- |
| [Domain Finder](/tools/domain-finder)               | Discover related domains          |
| [Subdomain Finder](/tools/subdomain-finder)         | Enumerate subdomains              |
| [Virtual Hosts Finder](/tools/virtual-hosts-finder) | Discover virtual hosts on servers |
| [Port Scanner](/tools/port-scanner)                 | Identify open TCP and UDP ports   |

## Web vulnerability scanners

| Tool                                            | Description                        |
| ----------------------------------------------- | ---------------------------------- |
| [Website Scanner](/tools/website-scanner)       | Web application security testing   |
| [API Scanner](/tools/api-scanner)               | Test REST and GraphQL APIs         |
| [WordPress Scanner](/tools/wordpress-scanner)   | WordPress-specific vulnerabilities |
| [Drupal Scanner](/tools/drupal-scanner)         | Drupal-specific vulnerabilities    |
| [Joomla Scanner](/tools/joomla-scanner)         | Joomla-specific vulnerabilities    |
| [SharePoint Scanner](/tools/sharepoint-scanner) | SharePoint security testing        |

## Network scanners

| Tool                                            | Description                         |
| ----------------------------------------------- | ----------------------------------- |
| [Network Scanner](/tools/network-scanner)       | Network infrastructure assessment   |
| [Password Auditor](/tools/password-auditor)     | Test for weak credentials           |
| [SSL/TLS Scanner](/tools/ssl-tls-scanner)       | Analyze SSL/TLS configuration       |
| [Cloud Scanner](/tools/cloud-scanner)           | Cloud infrastructure security       |
| [Kubernetes Scanner](/tools/kubernetes-scanner) | Kubernetes cluster security testing |

## Offensive tools

| Tool                                            | Description                           |
| ----------------------------------------------- | ------------------------------------- |
| [Sniper](/tools/sniper)                         | Automated exploitation framework      |
| [SQLi Exploiter](/tools/sqli-exploiter)         | Exploit SQL injection vulnerabilities |
| [Subdomain Takeover](/tools/subdomain-takeover) | Detect subdomain takeover risks       |

## Exploit handlers

| Tool                                              | Description                    |
| ------------------------------------------------- | ------------------------------ |
| [XSS Exploiter](/tools/xss-exploiter)             | Capture XSS payload executions |
| [HTTP Request Logger](/tools/http-request-logger) | Capture OOB HTTP callbacks     |

## Utilities

| Tool                          | Description                |
| ----------------------------- | -------------------------- |
| [ICMP Ping](/tools/icmp-ping) | Test host reachability     |
| [WHOIS Lookup](/tools/whois)  | Domain registration lookup |
