Access

Access is a fun box that switches things up a bit by forcing the user the compromise the target via telnet. Users are tasked with enumerating open ports with nmap, exploring ftp, and finding plaintext credentials. Step 1: Enumerating with NMAP ➜ access nmap -A -vv 10.129.18.109 -p- -Pn Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times may be slower. Starting Nmap 7.93SVN ( https://nmap.org ) at 2023-02-19 13:06 EST NSE: Loaded 156 scripts for scanning....

February 19, 2023

Netmon

Netmon is a more challenging beginner box that tests the user’s ability to enumerate NMAP, locate sensitive files with FTP, and utilize public exploits to attack a target. Step 1: Enumerate with NMAP The first step in attacking this box is to use NMAP to enumerate what ports are open and which services are running. ➜ netmon nmap -A -v 10.129.130.58 -Pn -p- Starting Nmap 7.80 ( https://nmap.org ) at 2023-01-21 22:13 EST NSE: Loaded 151 scripts for scanning....

January 21, 2023