You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the HackTheBox machine Escape, the guest user was enabled on a DC. I attempted to authenticate using the password '' but the tool refused to accept it as a valid parameter value. Even when I used the prompt parameter, the issue arose.
Additionally, I attempted to use PassTheHash via the null NTLM hash, 31d6cfe0d16ae931b73c59d7e0c089c0, but the DC responded incorrect password.
We need to figure out the password null password (could be checking if variable exists vs. null). We also need to figure out why PassTheHash seems to not be accepted some time.
The text was updated successfully, but these errors were encountered:
On the HackTheBox machine Escape, the guest user was enabled on a DC. I attempted to authenticate using the password
''
but the tool refused to accept it as a valid parameter value. Even when I used the prompt parameter, the issue arose.Additionally, I attempted to use PassTheHash via the null NTLM hash,
31d6cfe0d16ae931b73c59d7e0c089c0
, but the DC responded incorrect password.We need to figure out the password null password (could be checking if variable exists vs. null). We also need to figure out why PassTheHash seems to not be accepted some time.
The text was updated successfully, but these errors were encountered: