> For the complete documentation index, see [llms.txt](https://owasp.boireau.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://owasp.boireau.io/6-appendix/c-fuzz_vectors.md).

# Fuzz Vectors

The following are fuzzing vectors which can be used with [ZAP](https://www.zaproxy.org), [Burp Suite](https://portswigger.net/burp), or another testing tool. [Fuzzing](https://owasp.org/www-community/Fuzzing) is the "kitchen sink" approach to testing the responses of an application to parameter manipulation. Generally, an analyst looks for error conditions or abnormal behaviors that occur in an application as a result of fuzzing.

The following references are provided as input sources for fuzzing and related testing activities.

* [Cross-site scripting (XSS) cheat sheet](https://portswigger.net/web-security/cross-site-scripting/cheat-sheet)
* [AwesomeXSS](https://github.com/s0md3v/AwesomeXSS)
* [Payloads All The Things](https://github.com/swisskyrepo/PayloadsAllTheThings)
* [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings)
* [Bo0oM Fuzz List](https://github.com/Bo0oM/fuzz.txt)
* [FuzzDB](https://github.com/fuzzdb-project/fuzzdb)
* [bl4de Dictionaries](https://github.com/bl4de/dictionaries)
* [Open Redirect Payloads](https://github.com/cujanovic/Open-Redirect-Payloads)
* [EdOverflow Bug Bounty Cheat Sheet](https://github.com/EdOverflow/bugbounty-cheatsheet)
* [Daniel Miessler - SecLists](https://github.com/danielmiessler/SecLists)
* [XssPayloads Twitter Feed](https://twitter.com/XssPayloads)


---

# 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://owasp.boireau.io/6-appendix/c-fuzz_vectors.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.
