ADM | Writeups

THM

pwned boxes on thm

  • Posted on
    Featured Image
    TRYHACKME | BOUNTY HACKER
    DEPLOY MACHINE FIND OPEN PORTS ON MACHINE we find open ports by runing nmap -AOV this is an os, aggressive and version scan but in my case i ran just nmap but for effectiveness you can add these
  • Posted on
    Featured Image
    TRYHACKME | TOMGHOST
    ENUMERATION We always start by basic enumeration with nmap using the stealth, port, version ans script scan we see a http-proxy running on port 8080 then we check the web-page, we notice tomcat
  • Posted on
    Featured Image
    TRYHACKME | BREAK OUT OF THE CAGE
    ENUMERATION Basic nmap scan shows us the number of ports running on the machine (i do -F fast scan because of bad network issues, but in more appropriate scan you should use the options -sCVS -p- for
  • Posted on
    Featured Image
    TRYHACKME | BLUEPRINT
    ENUMERATION Basic nmap scan shows us the number of ports running on the machine (i do -F fast scan because of bad network issues, but in more appropriate scan you should use the options -sCVS -p- for