/hmr
Last updated
The word lists used in this phase are from Daniel Miessler's seclist: .
The word list path shown in the examples below will be displayed as a redacted relative directory.
From a manual inspection of the source code within burp suite, I found a comment:
It appears that the directories in this application uses the hmr_
prefix.
I proceeded to perform a directory fuzzing with the hmr_
prefix:
I visited the /hmr_css
, /hmr_images
and /hmr_js
directories, and was presented with an index listing, but found nothing of interest.
However, the /hmr_logs
displayed an error.logs
file.
From the error.logs
file, I found the email address: tester@hammer.thm
. Very well, now lets use this email address on the reset password page.
Refer to the Brute forcing 4-digit code section for the new step.