Terminal: Credential-Mining
Objective
Recover the Web Ring
Task 2: Credential Mining
Difficulty: 1/5 Christmas Trees Description: The first attack is a brute force login. What's the first username tried?
Solution
Use the following filter in Wireshark to view all POST requests.
http.request.method == "POST"
This shows that the first username attempted was alice
.
Head back to the Web Ring Area to submit this answer.