Menu

Post image 1
Post image 2
1 / 2
0

Burp Suite Advanced Features: Intruder Attack Types Explained

DEV Community·Naveen Karasu·20 days ago
#ggv26FzO
Reading 0:00
15s threshold

Burp Intruder Attack Types: When to Use Each One Day 9 of my pentesting challenge. Intruder's four attack types confuse people, so here is the cheat sheet. Sniper -- Independent Parameter Testing One list, multiple positions, tested one at a time. Use for finding which parameter is injectable: POST /search HTTP / 1.1 Content-Type : application/x-www-form-urlencoded query=$$test$$&category=$$all$$&sort=$$date$$ Enter fullscreen mode Exit fullscreen mode With an XSS payload list, Sniper tests query with all payloads while category and sort stay default, then moves to category , then sort . Three positions, 50 payloads = 150 requests. Pitchfork -- Paired Credential Testing Multiple lists in parallel. Position 1 gets list 1, position 2 gets list 2: List 1 (emails): alice@corp.com, bob@corp.com List 2 (passwords): Spring2026!, Welcome1 Request 1: alice@corp.com / Spring2026!…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More