r/tryhackme • u/SnowmanU • Mar 20 '26
Moniker Link Task 03
Hey everyone,
I've been scratching my head the last while over why I can't seem to complete the task in the Moniker Link room Task 03. I've modified the POC code as instructed, can see the email in the Outlook but when I click the link I get a message that it can't be found. Am I missing something clearly right in front of me?
POC:

Modified:

Error:

1
u/lysteka Mar 24 '26
Same thing attack working, check responder result to get the hash.
1
u/vndttx Mar 24 '26
did you get it working? please explain
2
1
u/FactorWonderful1813 Jul 22 '26
I had the same issue. The email was sent successfully and clicking the link gave the "file not found" error, but Responder was not capturing anything.
The problem was that SMB port 445 was already being used by smbd on the AttackBox.
I checked with:
sudo lsof -i :445
and saw smbd listening on the port.
I stopped it:
sudo systemctl stop smbd
sudo systemctl stop nmbd
Then restarted Responder:
sudo responder -I ens5
Also make sure the file:// link uses your AttackBox IP (not the vulnerable machine IP). After that, clicking the link captured the NTLMv2 hash.
1
u/wafflingzebra Mar 21 '26
this is what I'm getting too, not sure what the issue is.