暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

绕过403 forbidden开源工具

菜鸟学安全 2021-10-14
1812


功能

  • 修改标题

  • 修改uri

  • 目录猜解

用法

python3 bypass403.py -u https://www.example.com/admin
python3 bypass403.py -l 403.txt
## the output file
python3 bypass403.py -u https://www.example.com/admin -o example.txt

复制

特征

  • 使用Asynchronous aiohttp,扫描速度很快。

  • 结合在 twitter、github 和个人项目中发现的许多有效负载。

安装

git clone https://github.com/NumencyberLabs/bypass403.git
cd bypass403
pip3 install -r requirements.txt
python3 bypass403.py -u https://www.example.com/admin

复制

参考

https://github.com/iamj0ker/bypass-403
https://github.com/sting8k/BurpSuite_403Bypasser
https://github.com/lobuhi/byp4xx
https://github.com/Dheerajmadhukar/4-ZERO-3 blob/main/403-bypass.sh


声明:仅供安全研究,维护网络安全。


点击下方卡片关注公众号,回复:403,获取下载链接。

文章转载自菜鸟学安全,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论