[ Burp 101 ]
Let's start our journey by introducing some of Burp Suite tips and tricks. Most people are smart but this info still can be valuable for others.
1) Need to send requests only to related domain?
(^|^[^:]+:\/\/|[^\.]+\.)domain.*
2) Need to use HTTP/2 protocol?
Burp → Settings → Network → HTTP
(you can also change it in Inspector for specific request)
3) Need to add custom header?
Settings → Sessions → Session Handling Rules -> Add -> Set a specific header value (pentest/bug-bounty) -> Scope -> set on Proxy -> URL Scope.
4) Need to see hidden UI?
Edit match/replace rules -> Response body -> Match: hidden -> Replace: himmen
5) Need to scan specific value?
Intruder -> select value -> add insertion point -> right click -> Scan selected insertion point
Subscribe to see more: t.me/gravity_rainbow
