Feb 7, 2021TryHackMe Writeup: Hack ParkStart by enumerating the machine nmap -sC -sV -A -Pn 10.10.180.242 Results:Tryhackme7 min readTryhackme7 min read
Feb 6, 2021TryHackMe Writeup: AlfredWe will start off by enumerating the provided host for common web ports using the browser (80,8080,443) Port 80 returns a relatively empty web page:Tryhackme4 min readTryhackme4 min read
Feb 2, 2021TryHackMe Writeup: KenobiUpon starting the machine, I was presented with the following IP address: 10.10.180.160 First step was to start enumerating the machine via portscan sudo nmap -sT -sU -sV -Pn 10.10.180.160 Once complete, we see the following resultsTryhackme4 min readTryhackme4 min read
Jan 31, 2021TryHackMe Writeup: Basic Pentesting RoomUpon deploying the lab, I started enumeration on the IP provided to me: nmap -sC -sV -sT -sU 10.10.6.124 We note that SSH, Samba/SMB, Apache webserver and apache jserv are running5 min read5 min read
Jan 31, 2021TryHackMe Writeup: BlueUpon deploying “Blue”, I was presented with an IP address of 10.10.48.149. I first began enumeration of the machine by scanning for open ports and services nmap -sT -sU -sV -Pn 10.10.48.149 Note that although not required for the lab, I also scanned for open UDP ports. Doing this could…Tryhackme5 min readTryhackme5 min read
Jan 31, 2021TryHackMe Writeup: Steel MountainTryHackMe Writeup: Steel Mountain First, we start off with simple enumeration nmap -sC -sV -Pn 10.10.103.240 Now, since we know nmap scans can take a bit, we can discern that we have a little extra time to do some manual enumeration. …Tryhackme6 min readTryhackme6 min read