https://github.com/mathis2001/403bytepass
Python tool for forbidden urls bypassing
https://github.com/mathis2001/403bytepass
Last synced: 19 days ago
JSON representation
Python tool for forbidden urls bypassing
- Host: GitHub
- URL: https://github.com/mathis2001/403bytepass
- Owner: mathis2001
- Created: 2022-03-27T22:54:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T20:11:29.000Z (about 4 years ago)
- Last Synced: 2025-02-26T17:19:21.733Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 403Bytepass
Python tool for forbidden urls bypassing
Prerequisites:
- python3
- curl
install:
$ git clone https://github.com/mathis2001/403Bytepass.git
Check installation:
$ cd 403Bytepass
$ python3 403bytepass.py
or
$ chmod u+x 403bytepass.py
$ ./403bytepass.py

Usage:
$ python3 403bytepass.py "target"
$ ./403bytepass.py "target"
Exemples:
$ python3 403bytepass.py http://target.xxx
or
$ python3 403bytepass.py http://target.xxx/XXX
or
$ python3 403bytepass.py https://target.xxx
or
$ python3 403bytepass.py https://target.xxx/XXX




Wanted improvement:
- grep Location header when redirecting (You can use curl -k -s -I -L "option" "target" to follow redirection)
- add args parser to make it more user friendly !