Skip to content

Instantly share code, notes, and snippets.

@ffcommax
Created October 24, 2021 08:39
Show Gist options
  • Select an option

  • Save ffcommax/211fe726b136b9fe28349f0576f808ec to your computer and use it in GitHub Desktop.

Select an option

Save ffcommax/211fe726b136b9fe28349f0576f808ec to your computer and use it in GitHub Desktop.
Bypass 30X redirect with BurpSuite
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