What is the user flag? Let’s run a quick Nmap scan nmap -p- -sS --min-rate 10000 --open -vvv -n -Pn 10.10.74.238 PORT STATE SERVICE REASON 22/tcp open ssh syn-ack ttl 60 80/tcp open http...
Find open ports on the machine run a quick Nmap scan: nmap -p- -sS --min-rate 10000 --open -vvv -n -Pn 10.10.101.89 PORT STATE SERVICE REASON 21/tcp open ftp syn-ack ttl 60 22/tcp open ...
How many services are running under port 1000? Let’s run Nmap: nmap -p- --open -n -v 10.10.228.206 PORT STATE SERVICE 21/tcp open ftp 80/tcp open http 2222/tcp open EtherNetIP-1 ...
Pickle Rick This Rick and Morty-themed challenge requires you to exploit a web server and find three ingredients to help Rick make his potion and transform himself back into a human from a pickl...
Hack the machine What is key 1? As usual, I’ll start with the Nmap scan: PORT STATE SERVICE VERSION 80/tcp open http Apache httpd |_http-title: Site doesn't have a title (text/html)....
Web App Testing and Privilege Escalation Find the services exposed by the machine We are going to start with a fast Nmap scan and then a more detailed of the ports found nmap -p- -open -T4 -v -n ...
Reconnaissance Scan the machine, how many ports are open? Let’s start with a nmap scan nmap 10.10.138.249 and then a detailed one to see the port service and version nmap -sCV -p22,80 10.10.138...
A new version of content is available.