> For the complete documentation index, see [llms.txt](https://www.webhackingtips.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.webhackingtips.com/week-33-burp-intruder-attacks.md).

# Week 33 - Burp Intruder Attacks

For this week’s post I wanted to cover BurpSuite Intruder attack types:

Sniper -> Iterate through a single payload list, one parameter at a time. When the list runs out, move on to the next defined position and iterate through the payload list again.

Battering Ram -> Iterate through a single payload list one time and place the same value in all defined parameter positions.

Pitchfork -> Different payload list for each defined position. Iterate through all payload lists simultaneously, and place one payload into each defined position.

Cluster Bomb - > Different payload list for each defined position. Iterate through each payload list one at a time, hitting all possible payload list combinations. Using the photo below, you can see that the attack begins with payload set 2's first value in the ‘q’ parameter. It then proceeds to iterate through all of payload set 1 in ‘cat\_id’. Once finished, it moves to the second value in payload set 2 and runs through payload set 1 again.

I know these attacks can be difficult to wrap your brain around if you’re not a word-person, so hopefully these concise descriptions help! Stay tuned for more hacking content!

![](/files/UkgQ4MNAIaZmiEH1H8yy)


---

# 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://www.webhackingtips.com/week-33-burp-intruder-attacks.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.
