pluck: 1 walk-through
In this post we will walk-through the pluck: 1 VM So let’s start ! Enumeration: We will scan all TCP ports along with top UDP ports root@kali:~/vulnhub/pluck# nmap -sS -p- -A –reason 192.168.17.153 \ > && nmap -sU -sV -A –top-ports 100 192.168.17.153 \ > && nmap -sU -p 161 192.168.17.153 \ > && nmap […]