HTB | Mirai
Skill Learned
NMAP
nmap -sT -p- --min-rate 10000 10.10.10.48

Port 80 & 32400




Foothold/shell

Priv Esc




Recovery of root.txt


Last updated
nmap -sT -p- --min-rate 10000 10.10.10.48












Last updated
grep -aPo '[a-fA-F0-9]{32}' /dev/sdb
-a - Process a binary file as if it were text
-P - Interpret PATTERN as a Perl regular expression
-o - Print only the matched (non-empty) parts of a matching line, with each such part on a separate output line.