
Lame
This is a retired box from HackTheBox(HTB). Being part of TJnull’s list for OSCP Preparation. I had to tackle it. Intelligence Gathering Let’s look at open ports. PORT STATE SERVICE REAS...
This is a retired box from HackTheBox(HTB). Being part of TJnull’s list for OSCP Preparation. I had to tackle it. Intelligence Gathering Let’s look at open ports. PORT STATE SERVICE REAS...
Intelligence Gathering Let’s kick it with NMAP to see which services are up and running on this server PORT STATE SERVICE 22/tcp open ssh 80/tcp open http Let’s get more information about t...
Intro Health is a medium Linux machine where we have vulnerable webapp that checks if the monitored url is up and healthy. Here we will use our knowledge on concepts such as Password Cracking, Arb...
Intelligence Gathering 🕵🏾 Let’s start by enumerating the service running using NMAP (Network MAPper) nmap -p- -T4 -vv -oN all-port.log 10.10.11.191 PORT STATE SERVICE REASON 22/tcp open ...
🔎 Intell/Recon Intellingence Gathering 🕵🏾 Here we kick off our nmap scan in order to see which technology is being run on the server Here is the results of our different scans First we look for...