https://github.com/0ss/byp4ss3r
tool to bypass 403/401 pages ( helpful for bug hunting)
https://github.com/0ss/byp4ss3r
bugbounty
Last synced: 4 months ago
JSON representation
tool to bypass 403/401 pages ( helpful for bug hunting)
- Host: GitHub
- URL: https://github.com/0ss/byp4ss3r
- Owner: 0ss
- Created: 2020-11-26T13:43:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T08:59:09.000Z (over 2 years ago)
- Last Synced: 2024-11-21T19:38:41.449Z (12 months ago)
- Topics: bugbounty
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - 0ss/byp4ss3r - tool to bypass 403/401 pages ( helpful for bug hunting) (Python)
README
# byp4ss3r
A simple tool that uses some techniques and tricks to bypass 403/401 pages
# Installation
`git clone https://github.com/akaSalah/byp4ss3r.git`
Then you need to install the dependencies (requirements)
#### Installation on Windows:
you have to be on the directory of this project
` pip install -r requirements.txt`
Or install the packages independently
` pip install requests `
`pip install colorama`
#### Installation on Linux
`sudo pip install -r requirements.txt`
Or install the packages independently
` sudo pip install requests `
`sudo pip install colorama`
# Usage
windows
`python byp4ss3er.py http(s)://url /path`
Linux (python3 in order to display colors)
`python3 byp4ss3er.py http(s)://url /path`

# PoC
