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

CentOS / ssl-poodle script / module sslcert not found #10

Closed
njt1982 opened this issue Oct 28, 2014 · 1 comment
Closed

CentOS / ssl-poodle script / module sslcert not found #10

njt1982 opened this issue Oct 28, 2014 · 1 comment

Comments

@njt1982
Copy link

njt1982 commented Oct 28, 2014

I've downloaded the ssl-poodle script into my scripts folder however when I try to use it I get this error.

Running a pretty clean CentOS 6.5 install. I only installed it last night. Then did yum install nmap.

[root@localhost scripts]# nmap -sV --version-light --script ssl-poodle -p 443 twitter.com

Starting Nmap 5.51 ( http://nmap.org ) at 2014-10-28 14:46 UTC
NSE: failed to initialize the script engine:
/usr/share/nmap/nse_main.lua:384: ./ssl-poodle.nse:3: module 'sslcert' not found:
    no field package.preload['sslcert']
    no file '/usr/share/nmap/nselib/sslcert.lua'
    no file './sslcert.lua'
    no file '/usr/share/lua/5.1/sslcert.lua'
    no file '/usr/share/lua/5.1/sslcert/init.lua'
    no file '/usr/lib64/lua/5.1/sslcert.lua'
    no file '/usr/lib64/lua/5.1/sslcert/init.lua'
    no file './sslcert.so'
    no file '/usr/lib64/lua/5.1/sslcert.so'
    no file '/usr/lib64/lua/5.1/loadall.so'
stack traceback:
    [C]: in function 'assert'
    /usr/share/nmap/nse_main.lua:384: in function 'new'
    /usr/share/nmap/nse_main.lua:578: in function 'get_chosen_scripts'
    /usr/share/nmap/nse_main.lua:1006: in main chunk
    [C]: ?

QUITTING!
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