A Forbidden Bypass tool is a specialized cybersecurity utility designed to circumvent HTTP 403 Forbidden errors encountered when accessing restricted web resources. These tools employ various techniques, such as modifying HTTP headers, altering URL parameters, and leveraging brute-force methods to gain unauthorized access to content. The purpose of these tools is to test the security of web applications by identifying and exploiting potential vulnerabilities in access control mechanisms. They are widely used by ethical hackers and penetration testers to ensure that web applications are properly secured against unauthorized access.
You may also like: Windows Shortcut Key Hacks That You Should Try!
Features
- Scan Multiple Domains
- Custom payloads
- Header Modification
- Brute Force Techniques
- Faster then 403-bypass
Installation
git clone https://github.com/gotr00t0day/forbiddenpass.git
cd forbidden-pass
pip3 install -r requirements.txt
python3 forbiddenpass.py -h
Usages
usage: forbiddenpass.py [-h] [-p domain.com] [-d filename.txt] [-t site.com]
optional arguments:
-h, --help show this help message and exit
-p domain.com, --path domain.com
path to check
-d filename.txt, --domains filename.txt
domains to check
-t site.com, --target site.com
domain to check
EXAMPLE
Domains to check
- python3 forbiddenpass.py -d domains.txt
Domains to check with a path
- python3 forbiddenpass.py -d domains.txt --path login
scan a single target
- python3 forbiddenpass.py -t https://site
scan a single target with a path
- python3 forbiddenpass.py -t https://site --path login
You may also like: 5 Telegram Bots That Will Make Your Life Easier