Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Security-Basics
[Top] [All Lists]

Nmap syn scan problem with Windows 2003 Server

Subject: Nmap syn scan problem with Windows 2003 Server
Date: Thu, 27 Jan 2005 23:40:52 -0800 (PST)
Hi
 
I'm having the following problem.  When I do a tcp
connect portscan to a remote host using the following:


nmap -sT  xxx.xxx.xxx.xxx -P0 -p 80  

.... I get the the right response:
 
Starting nmap V. 3.75 ( www.insecure.org/nmap )
Interesting ports on  (xxx.xxx.xxx.xxx):
Port       State       Service
80/tcp     open        http
 
Port shows open...no problems..so far so good
 


Now when I try to do a syn scan using the following: 

nmap.exe -sS  xxx.xxx.xxx.xxx -P0 -p 80

I get a response saying the port is filtered.
 
Starting nmap V. 3.75 ( www.insecure.org/nmap )
Interesting ports on  (xxx.xxx.xxx.xxx):
Port       State       Service
80/tcp     filtered    http
 


I'm running the same version of nmap on my winxp
workstation and have no problems.  Both the win2003
server and my workstation are behind the same firewall
hitting the same ruleset. Also, the win2003 server has
the lastest updates from MS along with my workstation
including SP2.
 
Any ideas or suggestions would be most appreciated.
 
Thanks in advance
 
Bill Crenshaw



                
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

<Prev in Thread] Current Thread [Next in Thread>
  • Nmap syn scan problem with Windows 2003 Server, Bill Crenshaw <=