Good day,
After execution command nmap -p 8080 myserver.address
I've got this message
PORT STATE SERVICE
8080/tcp filtered http-proxy
And aftar nmap -p 808 myserver.address
I've got
PORT STATE SERVICE
808/tcp filtered ccproxy-http
What's the difference between those two filter types?