This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

open ports

hi @ all,

why are these ports show up from outside ? 
not in use:
23/tcp     filtered    telnet                  
not in use:
554/tcp    filtered    rtsp
not in use:
8080/tcp   filtered    http-proxy


This thread was automatically locked due to age.
Parents
  • Which kind of scanner do you use?

    If you use nmap (linux) then it looks like nmap, if provided with a range of ports to be scanned (e.g. -p 100-1000), only shows the one that are open for real.
    If you scan for specific ports (e.g. -p 23,554,8080) then you get "filtered" if the port is not open.

    techno.kid
Reply
  • Which kind of scanner do you use?

    If you use nmap (linux) then it looks like nmap, if provided with a range of ports to be scanned (e.g. -p 100-1000), only shows the one that are open for real.
    If you scan for specific ports (e.g. -p 23,554,8080) then you get "filtered" if the port is not open.

    techno.kid
Children