5 pts.
 Checking TCP Servers
I need to code a program that will confirm that certain TCP Servers such as TFTP are NOT started per PCI requirements as they are insecure

Software/Hardware used:
ASKED: January 6, 2011  4:18 PM
UPDATED: January 7, 2011  12:38 AM

Answer Wiki:
The best and most complete approach would be to run port scanner such as nmap which will probe the ports you tell it to and then inform you of what services are running on servers.
Last Wiki Answer Submitted:  January 6, 2011  4:50 pm  by  Mortimer1   675 pts.
All Answer Wiki Contributors:  Mortimer1   675 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

However you should note that applications can be configured to use non-standard ports. So just because port 69 (tftp) is not opened does not mean that the service is not running using another port.

 32,630 pts.

 

I need to code a program…

For what platform? In what language?

Tom

 107,715 pts.