Skip to content

Instantly share code, notes, and snippets.

View bardonolado's full-sized avatar
🌯

bardonolado bardonolado

🌯
View GitHub Profile
# GOT BASE SCRIPT FROM https://www.youtube.com/watch?v=PBK8exCodeI
# USAGE
# sudo python3 bludit-brute-force-mitigation-bypass.py http://xx.xx.xx.xxx username wordlistpath --timeout 5 --delay 3
#
import re
import time
import requests
import argparse
import uuid