Forum Discussion
Web server brute force authentication: Ep. 1 - Compromising an account
- 26 days ago
The ask is summarized as: "In this lab, you'll be tasked with finding an HTTP administrator panel that's running on a non-standard port number. Once you've located the port, you'll need to perform a brute force attack against any login pages you find to gain access to the token."
Suggested plan of attack:
nmap to identify port
hydra to brute force admin panel with provided creds.
HTH 
The ask is summarized as: "In this lab, you'll be tasked with finding an HTTP administrator panel that's running on a non-standard port number. Once you've located the port, you'll need to perform a brute force attack against any login pages you find to gain access to the token."
Suggested plan of attack:
nmap to identify port
hydra to brute force admin panel with provided creds. 
HTH