https://github.com/nicolasmf/ya403bt
Yet Another 403 Bypass Tool
https://github.com/nicolasmf/ya403bt
403-bypass script
Last synced: 4 months ago
JSON representation
Yet Another 403 Bypass Tool
- Host: GitHub
- URL: https://github.com/nicolasmf/ya403bt
- Owner: nicolasmf
- Created: 2022-12-20T21:01:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T17:35:35.000Z (almost 3 years ago)
- Last Synced: 2025-04-16T02:52:52.006Z (10 months ago)
- Topics: 403-bypass, script
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YA403BT

403 Bypass based on [hacktricks ressource](https://book.hacktricks.xyz/network-services-pentesting/pentesting-web/403-and-401-bypasses)
## Building
```bash
go build
mv 403_bypass /usr/bin/
```
or
```bash
make build
```
## Uninstalling
```bash
rm /usr/bin/403_bypass
```
or
```bash
make uninstall
```