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

Does anyone know if Port 9980 is important?

Hi,

I noticed when I enter the following in CLI:

 

nmap --script ssl-enum-ciphers -p 9980 <IP Address here> (ie. 10.x.x.1)

 

it shows port 9980 is vulnerable to TLSv1.0. Is there a way to correct this? Is port 9980 important? Is there a way to close port 9980?

 

Thanks,



This thread was automatically locked due to age.
Parents Reply
  • Thanks Doug,

    The reason I brought it up, was because I noticed the IP Addresses that were affected were from the Sophos Interface section. For an example 10.5.1.1

    if you have NMAP, run this line:

     

    nmap --script ssl-enum-ciphers -p 9980 10.5.5.1

     

    (You'll have to change the IP address of course.)

     

    and then you'll see the results if you're affected or not.

Children