logo
Airplane | THM Writeup

Airplane | THM Writeup

Introduction Detailed walkthroughs for Airplane CTF challenges on TryHackMe . Tools Used rustscan, ffuf, nessus, curl, nc, gdb, ssh-keygen, ssh Enumeration Lets start the process by mapping host-name to target IP address. sudo echo "10.10.249.133 airplane.thm" >> /etc/hosts Rustscan Let’s start enumaration process using rustscan portscanner. $ rustscan -a airplane.thm – -sC -sV Open 10.10.249.133:22 Open 10.10.249.133:6048 Open 10.10.249.133:8000 [~] Starting Script(s) [>] Running script "nmap -vvv -p {{port}} {{ip}} -sC -sV" on ip 10.
6 minutes to read