diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-26 22:36:06 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-03-26 22:36:06 +0100 |
| commit | 32997d1f6dcedfeb7c7e094fce1626ee54e529ff (patch) | |
| tree | 2709c6d1902ad0791263dd489d9433f4d5115d69 | |
| parent | c1d65afac94fd43f79f4f6189fb273866219ceaa (diff) | |
| download | darkly-32997d1f6dcedfeb7c7e094fce1626ee54e529ff.tar.gz darkly-32997d1f6dcedfeb7c7e094fce1626ee54e529ff.zip | |
Fix link
| -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 |
