This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |