Hello. I’m Rahmos. Here is my Bookstore — TryHackMe — WriteUp. Check it out! First, deploy the machine and nmap for opened ports: nmap -A -T4 -v -p- <ip> There’re 3 ports opened: 22(SSH), 80(Apache), and 5000(Werkzeug). Werkzeug is a python web’s api. …