Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown address family 0 #283

Closed
billionaire opened this issue Jan 24, 2016 · 6 comments
Closed

Unknown address family 0 #283

billionaire opened this issue Jan 24, 2016 · 6 comments

Comments

@billionaire
Copy link

When i run such command:

nmap -p 1-65535 -T4 -A -v 185.87.49.223

In the process, after the start of "Initiating NSE at HH:MM" I always get error "Unknown address family 0" and nmap shuts down.
When scanning other ip-addresses or domain, the process ends correctly.

Nmap version 7.01 (downloaded from https://nmap.org/dist/nmap-7.01-setup.exe ). Version 6.49 behaved in same way.

20160124002547lmzquwezmy

@gvanem
Copy link

gvanem commented Feb 8, 2016

I'm on Win-10 with the same 7.01 SVN version and it works here.Try adding your IP source-address and see if that make a difference:

nmap -S a.b.c.d -p 1-65535 -T4 -A -v 185.87.49.223

@dmiller-nmap
Copy link

@billionaire I can't see what would be causing this. Can you reduce the crash to a smaller number of scan options? For example, try nmap -T4 -sC -d --script-trace 185.87.49.223 to eliminate the version scan, OS detection, and traceroute, while adding some diagnostic output that could narrow in on one script in particular causing the problems.

@timvanderweijde
Copy link

Hi,

I have the same error (?), the script stops after this warning. I do have another query running though.

nmap -T4 -O -A -v www.bluecape.nl

....
Completed SYN Stealth Scan at 06:05, 5.80s elapsed (1000 total ports)
Initiating Service scan at 06:05
Scanning 9 services on www.bluecape.nl (87.250.152.165)
Completed Service scan at 06:05, 12.17s elapsed (9 services on 1 host)
Initiating OS detection (try #1) against www.bluecape.nl (87.250.152.165)
Initiating Traceroute at 06:05
Completed Traceroute at 06:05, 3.07s elapsed
Initiating Parallel DNS resolution of 6 hosts. at 06:05
Completed Parallel DNS resolution of 6 hosts. at 06:05, 0.00s elapsed
NSE: Script scanning 87.250.152.165.
Initiating NSE at 06:05
Unknown address family 0

@dmiller-nmap
Copy link

@timvanderweijde Thanks for bumping this issue. Found a fix, but also found another bug that affects scanning that target. See #378 for why SSL stuff won't work right on POP3, IMAP, etc. there.

@dmiller-nmap
Copy link

Fixed in f38b959

@timvanderweijde
Copy link

@dmiller-nmap You're welcome. :-) And nice to see the fix already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants