An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

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`

![bypass2](https://user-images.githubusercontent.com/73670999/100460823-e819b480-30d8-11eb-8da5-101a8d6e4d85.png)
# PoC
![bypass1](https://user-images.githubusercontent.com/73670999/100460818-e51ec400-30d8-11eb-83b4-b8683ddf82dd.png)