hi guys. I am trying to go through the tutorial for a class. So I am getting all of above. I connect vpn just fine. then I run the
ports=$(nmap -p- --min-rate=1000 -T4 10.10.10.27 | grep | cut -d ‘/’ -f 1 | tr ‘\n’ ‘,’ | sed s/,$//)
i wait for kali prompt to come back on then,
sudo nmap -sC -sV -p$ports 10.10.10.27
which comes back with:
Starting Nmap 7.91 ( https://nmap.org ) at 2021-06-21 00:19 EDT
Error #487: Your port specifications are illegal. Example of proper form: “-100,200-1024,T:3000-4000,U:60000-”
QUITTING!
Someone above said to use my own IP address. I tried that. that lets me get pas the second line of command but then it tells me,
Starting Nmap 7.91 ( https://nmap.org ) at 2021-06-21 00:26 EDT
Error #487: Your port specifications are illegal. Example of proper form: “-100,200-1024,T:3000-4000,U:60000-”
QUITTING!
I have regenerated vm, I checked the network setting for my VirtualBox and its set on NAT.
And my professor is worthless. Its’ an online class so he’s just like "have you googled it?
I tried pingining the 10.10.10.27 . and nothing. Is the server gone?
I would love some tips guys.
I am such a noob so I don’t know what I am doing. I would imagine If I can’t get pass the Enumeration point, then I can’t do Foothold nor Privilege escalation nor get the stupid root flag.
I am supposed to take a screenshot of completed tutorial and this is royally making me angry