
Bash script that adds custom HTTP headers to requests for bulk testing of 403 bypass techniques on web applications.
This is a Bash script that performs bulk 403 bypass by adding a custom header to HTTP requests. It can be useful for testing whether a website is vulnerable to 403 bypass techniques.
To use the script, pass in a list of URLs as a command line argument:
./403_bypass.sh urls.txt
This project is licensed under the MIT License - see the LICENSE