hi all
i ran nmap on my server i got the following output:
Starting nmap V. 2.54BETA22 ( www.insecure.org/nmap/ )
Interesting ports on (*.*.*.*):
(The 1530 ports scanned but not shown below are in state: closed)
Port State Service
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
80/tcp open http
110/tcp open pop-3
143/tcp open imap2
443/tcp open https
465/tcp open smtps
993/tcp open imaps
995/tcp open pop3s
3306/tcp open mysql
Nmap run completed -- 1 IP address (1 host up) scanned in 0 seconds
my questions is do i really need to have all of them running? .. if not how to stop each one ..
another thing ..
my sites use mysql .. but i don't need it to be listening .. because i won't connect to it remotely .. how to stop that?
thanks