Web site brute forcer
import requests
define the webpage you want to crack
this page must be a login page with a username and password
url = "http://192.168.2.18/dvwa/login.php"
let's get the username
username = input("What is the username you wish to attempt? ")
next, le...
gigabyte.hashnode.dev1 min read