Click to See Complete Forum and Search --> : what port scanning program can I use
Whoknow
02-14-2007, 11:25 PM
Hi Everybody!
what port scanning program that I can use to detect what port is currently openned on my PC and which program is using it , because my IIS can not run at port 80 (change to port 81 works fine), look like a program is using that port . I downloaded Nmap but I cant find the options to detect this . :confused:
thx a lots :)
ray326
02-15-2007, 12:13 AM
netstat -a -b
Port 80 will be shown as http.
Whoknow
02-15-2007, 01:20 AM
yes it's show as http , but how can I know what's the exec file using that port , because I dont have any webserver installed on my PC except IIS
Stephen Philbin
02-15-2007, 01:34 PM
Could it be that it isn't being used at all and that it's just closed? Could it have been disabled by default for "security".
ray326
02-15-2007, 02:21 PM
I see on my W2K box here the netstat doesn't show the program. On XP it does.
Whoknow
02-25-2007, 08:10 PM
Sorry for getting back after a long time because i"m on my holidays :D
Could it be that it isn't being used at all and that it's just closed? Could it have been disabled by default for "security".
I dont know , but before it works normally . where can I find this security settings :o
I see on my W2K box here the netstat doesn't show the program. On XP it does.
so are there any programs that can do it ? :cool:
ray326
02-26-2007, 12:57 AM
so are there any programs that can do it ?Not that I know of off hand but I suspect there are.
wh666-666
02-26-2007, 10:08 AM
For general security scanning system ports, ethical hacking and security exploits i use Nessus ... very good tool that gives you full reports and tells you what security updates you need.
http://www.nessus.org/
If you just want a very simple port scanner try portscan ... I find its quite good
http://www.download3k.com/Advanced-Port-Scanner/Download-Free-pscan12.exe.html
A basic document linkyy below with info on some windows ports
http://www.iss.net/security_center/advice/Exploits/Ports/groups/Microsoft/default.htm
Whoknow
03-01-2007, 05:05 AM
just downloaded the advanced-port : it does not show the exec file too (just show up as http).
I'll try Nessus to see if it works ,
thx anyway :)
Whoknow
03-02-2007, 09:06 PM
hi wh666-666!
The Nessus works amazingly, I have figured out that skype's using that port for incomming connection , a big surprise to me :eek: , thx a lot :D