Created: 2022-07-09
Tags: #fleeting
When webapp accidentally makes sensitive data known
Often techniques used such as
"The man in the middle of attack"

Database engines uses
Databases set up on dedicated servers, COMMON TO SEE
For small webapps, COMMON TO SEE
sqlite3 on cli-> sensitive data exposure happens
-> on Flat-File Database
Because database is stored underneath root directory of the website
(.e a folder that a user can access when they are connected to website)

^-> the passwords above are in hashes
Crack Hashing
Hash Checker -> https://crackstation.net
^ Extremely good for cracking weak password hashes ^
https://crackstation.net uses a massive wordlist.
If the password is not in the wordlist
then Crackstation will not be able to break the hash.