# WAF Enumeration

## Theory

WAF (Web Application Firewall) is a specific form of application firewall that filters, monitors, and blocks HTTP traffic to and from a web service. We can try to identify and fingerprint it and thus facilitate the bypass process.

## Practice

{% tabs %}
{% tab title="wafw00f" %}
[wafw00f](https://github.com/EnableSecurity/wafw00f) allows to identify and fingerprint Web Application Firewall (WAF) products protecting a website.

```bash
#Basic scan
wafw00f https://domain.com

#Test all WAF
wafw00f https://domain.com -a
```

{% endtab %}
{% endtabs %}

## Ressource

{% embed url="<https://github.com/EnableSecurity/wafw00f>" %}


---

# 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://red.infiltr8.io/web-pentesting/recon/waf-enum.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.
