A NTLM bruteforce python script.
- Python installed in the system.
- cURL in the system.
- Enter the username for which you want to fuzz the password in line 6.
- Enter the end point URL in line 8.
- Copy this script inside cURL directory.
- Create a dict.txt file and put all the passwords inside that in new lines.
- Go to the cURL directory in command line.
- give command "NTLMBrute.py".
- It will do the rest for you.