Skip to content

Bugbounty tool to exploit 401 and 403 bypass methods

Notifications You must be signed in to change notification settings

storenth/bypass-403

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Bypass-403

Bash script for bypassing 401/403 responses primarily for bugbounty and testing purposes

POC

Usage

./bypass-403.sh https://hackerone.com admin

Features

  • 34 known mechanisms to bypass 401/403 status codes
  • GET POST PUT CONNECT PATCH OPTIONS HEAD TRACE TRACK methods using curl

Install

git clone https://github.com/iamj0ker/bypass-403
cd bypass-403
chmod +x bypass-403.sh
./bypass-403.sh https://hostname.com directory2bypass

Responsibility

For personal use only. There are no liabilities for any damages.

Notable posts

Releases

No releases published

Languages

  • Shell 100.0%