Created
October 24, 2021 08:39
-
-
Save ffcommax/211fe726b136b9fe28349f0576f808ec to your computer and use it in GitHub Desktop.
Bypass 30X redirect with BurpSuite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://vk9-sec.com/bypass-30x-redirect-with-burpsuite/ | |
| Proxy -> Options -> Intercept Server Responses -> Check box (Intercept responses…) | |
| Now edit “Match and Replace” section | |
| Now add a new rule | |
| Fill in the blanks | |
| Type: Response header | |
| Match: 30[12] Found #match either 301 or 302 | |
| Replace: 200 OK | |
| Comment: VK9 redirection bypass | |
| Check “Regex match” | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment