TryHackMe - Steel Mountain by Kurrupt68
May 3, 2022 | Reading Time: 5 min
Hack into a Mr.Robot themed Windows machine.
Another day to root a box let’s get to it.
Enumeration
Started with rustscan to get a list of open ports and then pass the ports to a nmap command, chose rustscan for it’s amazing speed.
⚡ root@kali ❯ rustscan 10.10.63.218
_____ _ _____
| __ \ | | / ____|
| |__) | _ ___| |_| (___ ___ __ _ _ __
| _ / | | / __| __|\___ \ / __/ _` | '_ \
| | \ \ |_| \__ \ |_ ____) | (_| (_| | | | |
|_| \_\__,_|___/\__|_____/ \___\__,_|_| |_|
Faster nmap scanning with rust.
Automated Decryption Tool - https://github.com/ciphey/ciphey
Creator https://github.com/brandonskerritt
49152 open
49153 open
49154 open
3389 open
80 open
445 open
53730 open
5723 open
5985 open
6100 open
Once completed a nmap scan starts and scans the open ports to discover the servicees running on them.