I have installed nmap 6.25 on an Ubuntu 12.04 server, and am trying to use the redis-info script. I have downloaded the script and put it in my home directory. When I run:
nmap -p 6379 -Pn my.ip.num.ber --script redis-info.nse
it just does a normal scan, without even checking the script at all.
Host is up.
PORT STATE SERVICE
6379/tcp filtered unknown
That's it. It's a totally fresh install, I have changed nothing at all other than downloading the script. What am I missing?