Ok, thank you.
I got a second question, related to nmap.
I am trying nmap. I don't know a lot about it and need to read some.
I am using this command-
Code:
nmap -sS -P0 -p 1-65535 localhost
Can I do this to scan locally? Will it give the same output as if I made a remote scan?
Code:
Starting Nmap 4.11 (insecure.org/nmap/ ) at 2006-09-11 18:03 CEST
Interesting ports on localhost.localdomain (127.0.0.1):
Not shown: 65530 closed ports
PORT STATE SERVICE
80/tcp open http
631/tcp open ipp
8118/tcp open unknown
40343/tcp open unknown
60846/tcp open unknown
This is the output I get.
I understand 80, goggle told me that 631 ipp is printer related. 8118 is for proxy as fare as I know.
The last two I really don't get?
Is a local scan any good?
If there's any problem with any of these ports being open, how do I close them?