Dictor is a Linux machine from HackTheBox. A web application was hosted at this server which had the XSS vulnerability. The initial access was got when submitted a reverse shell XSS payload. A password changing record was found at the web server log, the user flag got.
Visit the website and read the page source, it was found that the doctor.htb should be included in the host table before further enumeration.
A login page was found by visiting the http://doctors.htb
Tried using gobuster and dirb to find another hidden fold, but the result is negative. Nikto also does not has any good news.
Finally, registered a user account and enumerate the inside. It was found that there was an XSS vulnerability at the POST message form.
After several tried, this payload was used to get the reverse shell
Hacking Process Part 2 – Gaining Foothold
After the user account "Shaun" was found that saved the user.txt, focusing the enumeration of this account. Finally, visited the apache2 log, there was a password reset process of this account Shaun was found at the acess.log. The password of this user account shaun is Guitar123