Forgotten_Portal
Target machine deployment
sudo ./auto_deploy.sh forgotten_portal.tar
Nmap Results
First of all, we start with the usual open ports.
$ sudo nmap $ip -p- -n -Pn --open --min-rate 10000 -sV -sC -oN ports
Options here:
-p-: This option tells Nmap to...
qingquan12.hashnode.dev2 min read