HTB Academy - XSS

Hey, going through XSS module on HTB academy (phishing part). At some point, you need to start the server on port 80 and use URL in your phishing payload. But port 80 is already allocated by the system and I’m not sure how to deal with it. I was trying to run it on a different port and everything works when I test it. But when I send the URL to the victim to /phishing/send.php it tells me that link is sent but nothing happens: nothing in the log and in creds.txt as well. Could please anyone help?

Ok, had to use port 443 and instead of pwnbox IP use the tun0 one (can get it using ip a command)

1 Like

you solved the problem?

Yes

1 Like