I am getting "unrecognized option" when i run nmap after successfully compiling nmap-sql.
# nmap --mysql localhost nmap: unrecognized option `--mysql' ...
# nmap --scanner_id 100 --target_id 100 --run_id -P0 192.168.10.0/24 nmap: unrecognized option `--scanner_id' ...
I know mysql is compiled in as when i run 'strace' on nmap i have lines such as these appear:
... open("/usr/lib/mysql/libmysqlclient.so.10", O_RDONLY) = 3 ... open("/root/access.sql", O_RDONLY) = 3 ...
Any ideas?
Log in to post a comment.
I am getting "unrecognized option" when i run nmap after successfully compiling nmap-sql.
# nmap --mysql localhost
nmap: unrecognized option `--mysql'
...
# nmap --scanner_id 100 --target_id 100 --run_id -P0 192.168.10.0/24
nmap: unrecognized option `--scanner_id'
...
I know mysql is compiled in as when i run 'strace' on nmap i have lines such as these appear:
...
open("/usr/lib/mysql/libmysqlclient.so.10", O_RDONLY) = 3
...
open("/root/access.sql", O_RDONLY) = 3
...
Any ideas?