Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Raywando/4xxbypass
4xxbypass
https://github.com/Raywando/4xxbypass
Last synced: 3 months ago
JSON representation
4xxbypass
- Host: GitHub
- URL: https://github.com/Raywando/4xxbypass
- Owner: Raywando
- Created: 2020-10-26T13:08:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T05:23:42.000Z (over 3 years ago)
- Last Synced: 2024-06-07T00:32:30.789Z (5 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 66
- Watchers: 5
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Raywando/4xxbypass - 4xxbypass (Shell)
README
# 4xxbypass
A tool that automates a number of well-known 403/401 bypassing techniques.
# Usage
`echo "https://target.com/this/is/a/403/page" | 4xxbypass`
`cat urls.txt | 4xxbypass`
# Proof of Concept
![](https://i.imgur.com/jmdkfl1.gif)
# Installation
1- Install httpx if not already installed from (https://github.com/projectdiscovery/httpx)
2- `curl https://raw.githubusercontent.com/Raywando/4xxbypass/main/4xxbypass > /usr/bin/4xxbypass`
3- `chmod +x /usr/bin/4xxbypass`
# Payloads
![](https://i.imgur.com/RfwGwjS.png)
Along with adding the headers
```
X-Forwarded-For: 127.0.0.1
X-Forwarded-Host: 127.0.0.1
X-Custom-IP-Authorization: 127.0.0.1
```# Reference
https://github.com/KathanP19/HowToHunt/blob/fcd0ce1a0f9e83df08084402dfae02f3a5267ab5/Status_Code_Bypass/403Bypass.md