Created: 2022-07-09
Tags: #fleeting
Authentication
Username and Password are most common form of Authentication
For instance
If attacker finds a flaw in authentication, they can gain access to other user's accounts
These can be done through
This is the developers fault
For instance
darren is already registered
we could do this instead
darren <- we put space on it, and use that to register
Now when system succesfully created the account, we basically have two accounts that shares one info.
Meaning the original account darren, whatever is on there is shared on the
re-registered account darren.