T3chnocr4t:~#

Looking 🔭 For Something Hidden....

View on GitHub

Authentication

Lab#: Username enumeration via different responses

Hola 👋, welcome back! Here is my write-up on Username Enumeration via Different Responses on Web Security Academy, where I will go through how I approached it. This lab is vulnerable to username enumeration and password brute-force attacks. It has an account with a predictable username and password.

password-reset-poisoning


End Goal :#

Username enumeration

Username enumeration is when an attacker is able to observe changes in the website’s behavior in order to identify whether a given username is valid.


Testing for vulnerabilities

We are given a wordlists for the username and password:

Candidate usernames

Candidate passwords

1

2

3

4

5

6

7

giphy

8

That’s all, friends. Thank you for reading up to this point. I would like to hear your feedback on anything not clear here. Here is my Twitter account @T3chnocr4t. Feel free to DM me if you have any issues with my write-up. Thanks!

Go Back Home