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. |

| Subject: | Re: scanning for a specific service with nmap |
|---|---|
| Date: | Wed, 30 Jul 2008 11:47:53 -0400 |
nmap -sSV -PN -p T:1433 192.168.10.0/24 -oG - | grep 1433/open/tcp//ms-sql-s -Marcin tssci-security.com On 7/30/08, Jorge L. Vazquez <jlvazquez825@gmail.com> wrote:
guys I how could I use nmap to scan the network for a specific server/service without having every single host alive coming back in the scan but only that machine in which the service is running... for example, let's say I want to scan the network to find only MSSQL server which by default uses port 1433, in that case I would use nmap with something like this... nmap -sSV -P0 -p T:1433 192.168.10.0/24 this scan eventually will detect the machine that is running the SQL server, the only problem is that it returns every single host alive, only that port status is close as it should be expected, but I wonder if it is possible to only have returned the host running SQL service. Thanks in advance Jorge L. Vazquez. www.pctechtips.org
------------------------------------------------------------------------ This list is sponsored by: Cenzic Top 5 Common Mistakes in Securing Web Applications Get 45 Min Video and PPT Slides www.cenzic.com/landing/securityfocus/hackinar ------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: scanning for a specific service with nmap, Veal, Richard |
|---|---|
| Next by Date: | Re: How we perform Pentration Testing and Vernability Assesment, Victor DaViking |
| Previous by Thread: | RE: scanning for a specific service with nmap, Veal, Richard |
| Next by Thread: | Re: scanning for a specific service with nmap, Jorge L. Vazquez |
| Indexes: | [Date] [Thread] [Top] [All Lists] |