diff options
Diffstat (limited to 'Information gathering 1/Resources/notes.md')
| -rw-r--r-- | Information gathering 1/Resources/notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Information gathering 1/Resources/notes.md b/Information gathering 1/Resources/notes.md index 8d2ab06..710878e 100644 --- a/Information gathering 1/Resources/notes.md +++ b/Information gathering 1/Resources/notes.md @@ -11,7 +11,7 @@ ``` 1. Found a md5 hash for user `root` at `http://10.0.2.15/whatever/htpasswd` 1. Used [this website](https://md5.gromweb.com/) to reverse lookup the md5 hash and get `qwerty123@` -1. Found an admin interface by [enumerating some common application admin interfaces] at `http://10.0.2.15/admin` +1. Found an admin interface by [enumerating some common application admin interfaces](https://owasp.org/www-project-web-security-testing-guide/stable/4-Web_Application_Security_Testing/02-Configuration_and_Deployment_Management_Testing/05-Enumerate_Infrastructure_and_Application_Admin_Interfaces) at `http://10.0.2.15/admin` 1. Logged in the admin interface with the credentials to find the flag ## Fix |
