Questions relating to Nmap, a free and open-source utility for network exploration or security auditing.

learn more… | top users | synonyms

0
votes
1answer
7 views

Integrating nmap and WinPcap to PHP Application

I've done my research on this an still cant find any solution. the closest i have seen so far is Any ideas on how to integrate with nmap programatically? . I am a php programmer and i'm currently ...
0
votes
0answers
11 views

nmap to check battery installed or not

im working on a project which scan the LAN and display reslut in html/PHP/mysql using NMAP Commands.similar application to spiceworks. in spiceworks they said they categorized their nmap output ...
0
votes
2answers
42 views

How to grep specific lines from nmap -O output?

I got many files named like 192.168.203.txt as the output of sudo nmap -O --top-ports 192.168.203.* >>192.168.203.txt The output looks like as below: Nmap scan report for 192.168.203.29 ...
-1
votes
0answers
27 views

Get real ip who are using incapsula's DNS

site moviedabba.in which is using incapsula's DNS. I tried ping but its giving ip of incapsula then i tried nmap no success. i also tried nmap -sV -sS -F moviedabba.in And nmap --script ...
0
votes
0answers
47 views

c send/receive ARP packets

I have a C program that sends ARP requests and receives the ARP replies. I checked the received ARP replies via nmap, and the number is not correct, sometimes I receive all replies but sometimes I ...
0
votes
1answer
38 views

how to get the device type and count using nmap

is there any command to get the device type (work stations,printers,laptop) and count of them using nmap commands? as a example 3 work stations 5 Laptops 1 Printer 2 Servers then once ...
0
votes
3answers
118 views

python subprocess issue with Nmap

Im trying to get a linux binary to send its standard output to a variable by using subprocess. But just keep getting tracebacks. >>> import subprocess >>>nmap -sn -Pn ...
-3
votes
1answer
68 views

Network scanning with PHP and display result in html page [closed]

I want to find all the IPs connected to my LAN and see the list of known PCs and devices using PHP (I want to run a simple network scan and list the IPs in a HTML page). I want to get the results as ...
0
votes
0answers
29 views

nmap with UDP XmasTree and Null packets not working

This my first post, and i very much appreciate the help. I'm hoping this is as simple as using an out dated version or something like that. i am trying to nmap -sU (UDP), -sX (Xmas tree), and -sN ...
0
votes
1answer
109 views

I am unable to setup remote debugging for my Tomcat 6 web app on Ubuntu 12.04, can anyone help me?

I am unable to setup remote debugging for my Tomcat 6 web app on Ubuntu 12.04. I have tried the solutions offered in the following related question: Remote debugging Tomcat with Eclipse The highest ...
-1
votes
1answer
47 views

Fastest way to check if local IP is assigned to a computer? [closed]

I'd like to check if the local IP 192.168.1.39 is assigned to a computer. In other words, I'd like to check if the computer with this IP is connected to the router. Right now I'm using nmap: nmap -sP ...
0
votes
1answer
43 views

IP tables catch xmas scans / null scans

im trying to use the below rules to can xmas scans and null scans however when testing I have checked my logs and unable to find the prefix? iptables -A INPUT -p tcp --tcp-flags ALL ALL -j LOG ...
0
votes
2answers
54 views

How can I use nmap to list whether or not the addresses in a subnet are active or not using Python

I know that nmap has the ability to ping sweep and output a list of only active IPs, but I am scouring the net to figure how to list whether or not an IP is active using CIDR notation. (ie for ...
0
votes
0answers
16 views

Why does nmap stop execution after 900 seconds?

When running a long nmap command it always stops after 900 seconds. I don't know if it's because nmap, the server or my machine. I tried using: --host-timeout 150m Just to be sure with no success. ...
1
vote
2answers
171 views

Shell Script Error | Works in Command Line - Not in Script

Background: I'm using NMAP, shell script, and a python script to run a scan on a list of IPs. The python portion parses the XML output of nmap to generate two lists, a list of alive hosts and down ...
0
votes
2answers
141 views

NMAP continuous ping

I need to implement a code which is able to send ping packets each second toward a certain amount of destinations. The problem is that I'd like to ping as much destinations as possible inside 1 second ...
0
votes
1answer
412 views

nmap warning: giving up on port because retransmission cap hit (2)

I am trying to scan a large set of domain names using nmap. I used the following command: Nmap -PN -p443 -sS -T5 -oX out.xml -iL in.csv I get the following warning: Warning: xx.xx.xx.xx giving up ...
0
votes
1answer
160 views

Nmap scan different (?) subnet (ARP request)

Well met! I have two machines and a switch, one machine has the address "192.168.233.1" the other has "192.168.1.1". How could I scan, using nmap, the range 192.168.1.1-254 from the 233.1 machine? I ...
0
votes
2answers
106 views

Understand subnet ranges from nmap output

I'm trying to find the subnet-ranges in a big network, this are my passages: I use nmap to discover alive hosts and to make a traceroute toward all of them. After that I can draw the network topology ...
0
votes
0answers
319 views

Metasploit Internal NMAP not working correclty

So when I run db_nmap from msfconsole I get this: msf > db_nmap -sS -A -v 192.168.0.13 [*] Nmap: Starting Nmap 5.61TEST4 ( http://nmap.org ) at 2013-01-18 01:45 COT [*] Nmap: NSE: Loaded 91 ...
1
vote
1answer
128 views

How to get information from nmap XML String(IP,Ports) with parser in java

i'm new in coding , i tried to get informations from XML String generated by NMAP4j <?xml version="1.0"?> <?xml-stylesheet href="file:///usr/local/share/nmap/nmap.xsl" type="text/xsl"?> ...
0
votes
1answer
48 views

Disable fingerprint in Twisted Web

I did a nmap to my server and i watch the fingerprint, how can i disable it? 443/tcp open ssl/http TwistedWeb httpd 9.0.0
0
votes
1answer
68 views

Is it possible to manually perform a tcp 3 way handshake using nping?

I can send a tcp syn, and I receive a syn/ack back, but at that point linux sends a tcp rst because it was not linux tcp that opened the connection. I'm wondering if I can stop the rst, or if there's ...
1
vote
1answer
227 views

asterisk hide version from nmap scan

I'm looking for methods (iptables rules, etc...) to prevent the asterisk version from showing on a nmap udp scan without closing (drop) the port. If I open it for some ip address, a nmap udp scan to ...
0
votes
0answers
36 views

nmap error TargetGroup.cc:529

I am trying to nmap list of domain names in a file. I use the following command: nmap -PN -p443 -sS -T5 --max-rtt-timeout=500ms --min-rate=10000 -oX outputfile.xml -iL inputfile But I get the ...
1
vote
2answers
118 views

Send input to nmap process

I'm attempting to send input to an nmap process running from a ProcessBuilder but I'm not seeing a response from the running nmap process. I've looked through the nmap source code and it accepts ...
0
votes
0answers
101 views

nmap to find web servers

Is it possible to find all running web servers on a host using nmap, including those that are not port 80? I tried the following without luck: nmap -sV <host ip>
2
votes
3answers
85 views

Regexp on nmap services file

I need to filter with sed only the ports from /usr/share/nmap/nmap-services tcpmux 1/tcp 0.001995 # TCP Port Service Multiplexer [rfc-1078] compressnet 2/tcp 0.000013 # ...
0
votes
2answers
951 views

nmap and svnlib_client not working together

I installed nmap on Debian 6 squeeze, 64 bit. When I run nmap it says: nmap: error while loading shared libraries: libsvn_client-1.so.0: cannot open shared object >file: No such file or directory ...
1
vote
1answer
91 views

is it possible to get the MAC address for machine using nmap

I have a list of remote machines in a text files. Can I know their MAC addresses using nmap ?
0
votes
1answer
47 views

How to nmap without rDNS and write the DNS in the output

I need to use nmap to check if port 443 is open for a list websites. So, I saved them into a file. I need the output to tell me if the port is open or not. I used the command: nmap -PN -p443 gnmap ...
0
votes
1answer
289 views

Python Nmap Path Error

Python imports NMap fine but when I do a basic variable assignment it returns an error: Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> nm = ...
0
votes
0answers
69 views

nmap 5.2 onwards supposed to detect android devices [closed]

according to this link: here, nmap is now supposed to detect android smartphones. i am using nmap 6.01 but it only identifies android devices as running a linux kernel. is there any way to distinguish ...
0
votes
0answers
71 views

How to put mac and vm that running on windows xp in VMware in the same subnet?

I was to trying to use nmap to learn the network analysis, so I made a victim machine running windows XP under VMware on mac. The adapter I'm using is NAT: Here's the output of vmipconfig in the ...
1
vote
1answer
152 views

XSLT 1.0, Nmap XML, display part of a large attribute value, not sure best method to template

I'm again working with Nmap XML, and while my XSLT is improving... I'm constantly reminded of my current limitations. An example of the Nmap XML, <?xml version="1.0"?> <nmaprun ...
0
votes
1answer
71 views

How to find mac address of a machine which is not located in my subnet? [closed]

How to find mac address of a machine which is not located in my subnet,i mean a host with private ip address?
0
votes
0answers
129 views

`require': no such file to load — nmap/xml (LoadError) from

I am trying to trigger some nmap commands with ruby and then parse the xml report with ruby. I have installed ruby-nmap (http://ruby-nmap.rubyforge.org/) but I get the below error when executing a ...
0
votes
1answer
176 views

Is there any way I can use 'nmap' port scanner, to generate and output result on my Django App

I'm trying to create some network app in Django, and what I would like to ask: Is it possible to do something like this: Client type IP address, than server scans it with 'nmap', after that the result ...
0
votes
1answer
165 views

Socket in java and nmap

I have program write it in java it's wait a connection on port when I scan the server by nmap the program is stop (erorr) this is my code SSLServerSocketFactory sslServerSocketfactory = ...
1
vote
1answer
102 views

Can Nmap service scan after each port found open in a large network scan?

I want to scan a large network, for example 10.10.0.0/16 and I'm looking for the port 22 open, but I'm only interested in those ports that run "OpenSSH 5.1". What I've done until now is the ...
1
vote
2answers
161 views

Trying to Extract Sections from Nmap Output

I have some data from an Nmap Scan. It looks like this. Nmap scan report for 10.16.17.34 Host is up (0.011s latency). Not shown: 65530 closed ports PORT STATE SERVICE 22/tcp open ssh 23/tcp ...
1
vote
1answer
143 views

XSLT 1.0, NMAP XML, Transform node, whose specified attribute is the highest value

I'm currently working on NMAP XML, and while my XSLT 1.0 has improved some, I'm still very inexperienced. Just in case anyone is considering other solutions, This must be done with XSLT 1.0. My XSLT ...
0
votes
0answers
81 views

Using Nmap to scan Django website with defualt credentials script promblem with http.post

I am trying to use the default credentials script from Nmap to scan and test a local Django website. I am running into problems with the http.post with session id and csrftoken. The token is not being ...
1
vote
2answers
387 views

nmap shows less ports open when it runs against ip other than localhost

I have a vm in vmware workstation, it's bridged network and DHCP. The IP assigned by DHCP server is 10.21.245.22. Here is my /etc/hosts looks like: 127.0.0.1 hadoop-namenode-01 localhost I ...
2
votes
2answers
617 views

nmap says port is closed while nestat says it's listening

This is Ubuntu 12.04 env. I have a TCP service running on port 8020 on the box: My question is: Why port 8020 is not discovered in nmap as an open port while nestat says it's listening? if i run ...
0
votes
2answers
374 views

DOS (nmap) Scripts (Penetration Testing) [closed]

I need to preform a penetration test. I would like to get a script or some scripts together to attack and (hopefully not) bring down a certain port/software by flooding it. I have NMAP installed and ...
1
vote
1answer
145 views

Penetration Testing [closed]

I have to perform some penetration tests, but i'm not sure how to go about it. Could anybody shine any light on how to perform resource's starvation, a network lockout and an account lockout on a ...
0
votes
1answer
273 views

How to skip an IP when using Nmap in Python?

I am using nmap in python, and trying to scan the network using a text file. All the scan ranges are in a text file, like so: 192.168.1.1-100 192.168.1.120-200 ... Though, lets say if the scan did ...
17
votes
1answer
279 views

Nmap::Parser, Segmentation fault on large files

I would like to use Nmap::Parser to convert the XML output of an nmap scan into a CSV file and I am already having problems at the very beginning. Parsing small TCP/UDP scans work fine, but when I ...
1
vote
1answer
120 views

Nmap: server stops accepting new connections after nmap runs

I have a CentOS 6 server with nmap 5.51 installed on it. I issue the following command: nmap -sS -PN -p1-1024 --traceroute --reason -O -sV {My IP} -vv (This is all "don't quote me") -sS is a type of ...

1 2