Nmap Development mailing list archives

Re: List Hosts with Open Port 3389


From: Robin Wood <robin@digi.ninja>
Date: Sat, 7 Feb 2015 19:02:14 +0000

Save the output in grepable format then grep for 3389/open (or similar) to
get your list.

Robin
On 7 Feb 2015 18:50, "Esben Stien" <b0ef () esben-stien name> wrote:


I'm scanning a network to list hosts with 3389 port open.

I use this command:

sudo nmap -p3389 -P0 -sS 10.0.13.0/24

It gives a long list, as there any many hosts on this network, but the
list it gives is really a list with all hosts detected and then tells
if port 3389 is open or closed.

Is there a way to just provide a clean answer, like just listing the
hosts with have the 3389 port open?

Does it have to be a long bash script to get a simple answer to a simple
question?

Any pointers as to how to solve this?

--
Esben Stien is b0ef@e     s      a
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
           sip:b0ef@   e     e
           jid:b0ef@    n     n
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: