-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
NSE script output is not under the right host #2175
Comments
This issue occurs also when passing a domain list: |
It seems to specifically break when you have multiple domain names on the target list with the same IP, likely due to this caveat in /* IP is preferred to targetname because it is more unique. Really, though, a
* user can scan the same IP or targetname multiple times, and NSE will get
* all mixed up. */ |
#2177 should fix this. I hope that it didn't introduce any regressions. |
Thanks for reporting this. I think it might have been brought up before, but this time we're fixing it! The upcoming fix will store a pointer to the actual |
Thanks for fixing this! |
Describe the bug
NSE script outputs are not printed directly under the scanned host and port. Instead, they are printed much later making them unusable.
To Reproduce
Expected behavior
NSE script output should be under the correct host and port as achieved by using
--max-hostgroup 1
as a workaround.Version info (please complete the following information):
nmap --version
:Note:
/dev/shm/hostmap-crtsh.nse
is the file from #2174nmap --iflist
Additional context
Add any other context about the problem here, such as special network type.
The text was updated successfully, but these errors were encountered: