过滤不想拦截的网站

Burpsuite: just passthrough firefox detect portal

如果我们在Burpsuite遇到一个不想再拦截的请求,点击Action按钮,然后Do not intercept...,选择requests to this host即可。

对于Firefox portal 请求,可以在浏览器地址栏输入about:config,然后搜索network.captive-portal-service.enabled,将true改为false

网页有302跳转,设置自动跳转

方法一:

方法二:

https://vk9-sec.com/bypass-30x-redirect-with-burpsuite/

Capturing the response and filtering 30X responses to set 200 OK will let us bypass this redirection.

  1. Proxy -> Options -> Intercept Server Responses -> Check box (Intercept responses…)
  2. Now edit “Match and Replace” section, add a new rule
  3. fill in blank:
Type: Response header
Match: 30[12] Found #match either 301 or 302
Replace: 200 OK
Comment: VK9 redirection bypass
Check “Regex match”
  1. Click OK, enable the setting by activating the checkbox

方法二:
Intruder-->Options-->Redirections : Always
设置后在Proxy中也有效

Contents
  1. 1. 过滤不想拦截的网站
  2. 2. 网页有302跳转,设置自动跳转