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

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

Awesome Lists containing this project

README

          

# YA403BT

![image](https://media.discordapp.net/attachments/980849328803438677/1055885479792357467/image.png)

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
```