Go 中的 40X/HTTP 绕过工具。特点:动词篡改、头部、#bugbountytips、用户代理、扩展、默认凭据等。
__ __ __
/ /_ __ ______ / // / _ ___ __
/ __ \/ / / / __ \/ // /_| |/_/ |/_/
/ /_/ / /_/ / /_/ /__ __/> <_> <
/_.___/\__, / .___/ /_/ /_/|_/_/|_|
/____/_/
40X bypasser in Go. Methods from #bugbountytips, headers, verb tampering, user agents and more.
Usage:
…
Examples:
Regular usage:
byp4xx http://localhost/test
Avoid default creds if the response is not 401:
byp4xx -xD http://localhost/test
Avoid end paths and extensions if the url ends with /:
byp4xx -xE -xX http://localhost/test
Set 2 seconds timeout, follow redirections and use proxy
byp4xx -m 2 -L -x 127.0.0.1:8080 http://localhost/test
Custom headers, you should escape double quotes:
byp4xx -H \"Authorization: Bearer <JWT>\" http://localhost/test
Features:
暂无开放 Issues,或尚未同步最近议题。