Skip to content

Tool for bypassing HTTP 403 Forbidden and 401 Unauthorized errors.

Notifications You must be signed in to change notification settings

0xrisec/4-ZERO-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

4-ZERO-3 🚀

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

4-ZERO-3

Usage / Modes

  • Scan with specific payloads:
    • [ --header ] Support HEADER based bypasses/payloads
      root@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --header
    • [ --protocol ] Support PROTOCOL based bypasses/payloads
      root@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --protocol
    • [ --port ] Support PORT based bypasses/payloads
      root@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --port
    • [ --HTTPmethod ] Support HTTP Method based bypasses/payloads
      root@0xrisec:$ bash 403-bypass.sh -u https://target.com/secret --HTTPmethod
    • [ --encode ] Support URL Encoded bypasses/payloads
      root@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

About

Tool for bypassing HTTP 403 Forbidden and 401 Unauthorized errors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages