Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
4-ZERO-3 — 403/401 Bypass Methods + Bash Automation + Your Support ;) | Kitploit
Tools/GitHubGitHub/dheerajmadhukar/4-zero-3
Vulnerability AnalysisIDS/IPS EvasionWAF BypassWeb SecurityPenetration Testing
GitHubdheerajmadhukar/4-zero-3

4-ZERO-3

403/401 Bypass Methods + Bash Automation + Your Support ;)

View Repository
1.7k3084 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

License Follow on Twitter

>_ Introduction

4-ZERO-3 Tool to bypass 403/401. This script contain all the possible techniques to do the same.

  • NOTE : If you see multiple [200 Ok]/bypasses as output, you must check the Content-Length. If the content-length is same for multiple [200 Ok]/bypasses means false positive. Reason can be "301/302" or "../" [Payload] DON'T PANIC.
  • Script will print cURL PAYLOAD if possible bypass found.

>_ Preview

4-ZERO-3_priview

>_ Help

root@kitploit:~
root@me_dheeraj:$ bash 403-bypass.sh -h
4-ZERO-3

>_ Usage / Modes

  • Scan with specific payloads:
    • [ --header ] Support HEADER based bypasses/payloads
      root@kitploit:~
      root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --header
      
    • [ --protocol ] Support PROTOCOL based bypasses/payloads
      root@kitploit:~
      root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --protocol
      
    • [ --port ] Support PORT based bypasses/payloads
      root@kitploit:~
      root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --port
      
    • [ --HTTPmethod ] Support HTTP Method based bypasses/payloads
      root@kitploit:~
      root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --HTTPmethod
      
    • [ --encode ] Support URL Encoded bypasses/payloads
      root@kitploit:~
      root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --encode
      
root@kitploit:~
root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --exploit
Prerequisites
  • apt install curl [Debian]

Support

If you like 4-ZERO-3 and it help you in work, money/bounty, pentesting, recon or just brings you happy feelings, please show your support ! 🛑 Please avoid opening GitHub issues for support requests or questions! buy me a beer to keep me powered :)

Buy Me A Beer

Download Tool
  • [ --SQLi ] Support MySQL mod_Security & libinjection bypasses/payloads [** New **]
    root@kitploit:~
    root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --SQLi
    
  • Complete Scan {includes all exploits/payloads} for an endpoint [ --exploit ]