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

nmap error script execution file #2463

Closed
miikellop opened this issue Apr 9, 2022 · 1 comment
Closed

nmap error script execution file #2463

miikellop opened this issue Apr 9, 2022 · 1 comment

Comments

@miikellop
Copy link

With nmap version 7.92 and using the -sV parameter I get the error Script execution failed in the sslv2, ssl_cert, tls-nextprotoneg, tls-alpn and ssl-date files.
error.txt

@nmap nmap deleted a comment Apr 11, 2022
@dmiller-nmap
Copy link

These are expected errors, of the following format:

NSE: <script_name> against <target> threw an error!
TIMEOUT
stack traceback:
	[C]: in local 'try'
	<stack trace continues>

This is a result of scripts using the nmap.new_try() function to stop execution immediately when certain failures (usually connection problems like timeouts) occur. I will be pushing a change shortly to hide this output so that it no longer resembles an error.

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

2 participants