Enumeration Link: https://tryhackme.com/room/overpass Creator: NinjaJc01 Host: 10.10.219.14
Port Scanning Let’s kick off with a fast rustscan against the host.
┌──(root💀b0x)-[~/THM/Overpass] └─# rustscan -a 10.10.219.14 --ulimit 5000 -b 4500 -- -sC -sV The Modern Day Port Scanner. ________________________________________ : https://discord.gg/GFrQsGy : : https://github.com/RustScan/RustScan : -------------------------------------- Nmap? More like slowmap.🐢 [~] The config file is expected to be at "/root/.rustscan.toml" [~] Automatically increasing ulimit value to 5000. Open 10.10.219.14:22 Open 10....
Agent Sudo Enumeration Link: https://tryhackme.com/room/agentsudoctf
Author: https://tryhackme.com/p/DesKel
Host: 10.10.107.2
Let’s start off with rustscan against the host to quickly get the open ports.
┌──(root💀b0x)-[/mnt/hgfs/THM/Agent Sudo] └─# rustscan -a 10.10.107.2 --ulimit 5000 -b 4500 -- -sC -sV .----. .-. .-. .----..---. .----. .---. .--. .-. .-. | {} }| { } |{ {__ {_ _}{ {__ / ___} / {} \ | `| | | .-. \| {_} |.-._} } | | ....
Enumeration Link: https://tryhackme.com/room/easyctf
Author: https://tryhackme.com/p/MrSeth6797
Host: 10.10.178.141
Let’s start with rustscan against the host to enumerate open ports on the host.
┌──(root💀b0x)-[~/THM/Simple CTF] └─# rustscan -a 10.10.178.141 --ulimit 5000 -b 4500 -- -sC -sV .----. .-. .-. .----..---. .----. .---. .--. .-. .-. | {} }| { } |{ {__ {_ _}{ {__ / ___} / {} \ | `| | | .-. \| {_} |.-._} } | | ....
Enumeration Link: https://tryhackme.com/room/vulnversity
Author: https://tryhackme.com/p/tryhackme
Host: 10.10.150.136
Let’s start with rustscan scan against the host for full port scan and version fingerprinting and default scripts.
┌──(root💀b0x)-[/mnt/hgfs/THM/Vulnversity] [141/147] └─# rustscan -a 10.10.150.136 --ulimit 5000 -b 4500 -- -A The Modern Day Port Scanner. ________________________________________ : https://discord.gg/GFrQsGy : : https://github.com/RustScan/RustScan : -------------------------------------- 🌍HACK THE PLANET🌍 [~] The config file is expected to be at "/root/.rustscan.toml" [~] Automatically increasing ulimit value to 5000....
Enumeration Link: https://tryhackme.com/room/basicpentestingjt
Author: https://tryhackme.com/p/ashu
Host: 10.10.137.134
Let’s do an NMAP scan against the host with safe scripts and version fingerprinting of services running on the machine.
┌──(root💀b0x)-[~/THM/Basic Pentesting] └─# nmap -sC -sV -v -Pn -n 10.10.137.134 Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times will be slower. Starting Nmap 7.91 ( https://nmap.org ) at 2021-04-11 03:47 PKT NSE: Loaded 153 scripts for scanning....