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-vulners' found, but will not match without '/' Error #36

Closed
robertohler opened this issue Jan 24, 2021 · 1 comment
Closed

Comments

@robertohler
Copy link

┌──(#######㉿kaliworkstation)-[/usr/share/nmap/scripts]
└─$ nmap --script nmap-vulners -sV XX.XX.XX.XX
Starting Nmap 7.91 ( https://nmap.org ) at ####-##-## ##:## ###
NSE: failed to initialize the script engine:
/usr/bin/../share/nmap/nse_main.lua:821: directory '/usr/bin/../share/nmap/scripts/nmap-vulners' found, but will not match without '/'
stack traceback:
[C]: in function 'error'
/usr/bin/../share/nmap/nse_main.lua:821: in local 'get_chosen_scripts'
/usr/bin/../share/nmap/nse_main.lua:1312: in main chunk
[C]: in ?

QUITTING!

Help!!! Why is this doing this?

@robertohler
Copy link
Author

I figured it out on my own...so the actual script is not called "nmap-vulners", it's just called "vulners". So when I typed --script nmap-vulners, it should have been --script vulners.....that's a weird way for an error to say that the script wasn't found. lol!

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

1 participant