Bruteforce_login_form

This is a scapy code for detecting if your ARP has been spoofed by an attack

Requires:

  • Python3
  • Super user priviledges but not a must
  • requests library installed: ~~pip install requests~~ if you dont have it

Usage:
change the target_url variable to the exact login url for the target web.
Add a password_list.lst in the same directory with the python file. This file should contain all the passwords you would like to try
Change the username value in the data_dict dictionary to the intended username

Then finally do python3 bruteforce_login_form.py