Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 972 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 972 Bytes

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

PoC

bypass1