4-ZERO-3 is a tool designed to bypass HTTP 403/401 errors. This script includes all the possible techniques to achieve this goal.
root@0xrisec:$ bash 403-bypass.sh -h- Scan with specific payloads:
- [
--header] Support HEADER based bypasses/payloadsroot@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --header
- [
--protocol] Support PROTOCOL based bypasses/payloadsroot@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --protocol
- [
--port] Support PORT based bypasses/payloadsroot@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --port
- [
--HTTPmethod] Support HTTP Method based bypasses/payloadsroot@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --HTTPmethod
- [
--encode] Support URL Encoded bypasses/payloadsroot@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --encode
- [
--SQLi] Support MySQL mod_Security & libinjection bypasses/payloads [** New **]root@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --SQLi
- [
- Complete Scan {includes all exploits/payloads} for an endpoint [ --exploit ]
root@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --exploit