Projects STRLCPY Bulk_403_Bypass Commits df313418
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
     1 +# Bulk 403 Bypass
     2 + 
     3 +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.
     4 + 
     5 +## Usage
     6 + 
     7 +To use the script, pass in a list of URLs as a command line argument:
     8 + 
     9 +```bash
     10 +./403_bypass.sh urls.txt
     11 +```
     12 + 
     13 +## License
     14 + 
     15 +This project is licensed under the MIT License - see the [LICENSE](LICENSE)
     16 + 
Please wait...
Page is in error, reload to recover