Skip to content

Instantly share code, notes, and snippets.

View Ressurect0's full-sized avatar
🏠
Working from home

ʇɔǝɹnssǝᴚ Ressurect0

🏠
Working from home
View GitHub Profile
@Ressurect0
Ressurect0 / 401-403-bypass.sh
Last active February 18, 2023 11:49
Bash script to bypass 401/403 status codes in web applications. All credits to: https://github.com/Dheerajmadhukar/4-ZERO-3. However, this script contains an additional case toggling test.
#!/bin/bash
#color
red='\e[31m'
green='\e[32m'
blue='\e[34m'
cyan='\e[96m'
ltcyan='\e[96m'
yellow='\e[33m'
black='\e[38;5;016m'
bluebg='\e[48;5;038m'${black}