Forbidden Buster is a tool designed to automate various techniques in order to bypass HTTP 401 and 403 response codes and gain access to unauthorized areas in the system. This code is made for security enthusiasts and professionals only. Use it at your own risk.
pip3 install -r requirements.txt
python3 forbidden_buster.py -u http://example.com
Forbidden Buster accepts the following arguments:
-h, --help show this help message and exit
-u URL, --url URL Full path to be used
-m METHOD, --method METHOD
Method to be used. Default is GET
-H HEADER, --header HEADER
Add a custom header
-d DATA, --data DATA Add data to requset body. JSON is supported with escaping
-p PROXY, --proxy PROXY
Use Proxy
--include-unicode Include Unicode fuzzing (stressful)
--include-user-agent Include User-Agent fuzzing (stressful)
--include-api Include API fuzzing
python3 forbidden_buster.py --url "https://example.com/api/v1/secret" --method POST --header "Authorization: Bearer XXX" --data '{\"key\":\"value\"}' --proxy "http://proxy.example.com" --include-api --include-unicode
Linux kernel 6.13-rc1 has been released by Linus Torvalds, marking the end of the two-week…
Scripting Interpreters are agreat method to achieve Command or Shellcode Execution, but one of many…
ScriptSentry finds misconfigured and dangerous logon scripts. ScriptSentry is a powerful tool designed to detect…
SilentLoad is a powerful exploitation tool designed to load drivers stealthily by directly setting up…
Elementary OS 8 has been released with a significant focus on privacy, security, and user…
Today we’re happy to announce the much-anticipated launch of Raspberry Pi Compute Module 5, the…