Update sqlite-output.nse

This commit is contained in:
Michael Clemens 2014-05-02 14:08:30 +02:00
parent 394dcd6163
commit 76a7efcc19

View File

@ -12,7 +12,7 @@ Dependencies: luasql (http://keplerproject.org/luasql)
--
-- @example
-- $ nmap -sS -A -F --script sqlite-output --script-args=dbname=scan.sqlite,dbtable=scandata scanme.nmap.org
-- $ sqlite3 can.sqlite
-- $ sqlite3 scan.sqlite
-- sqlite> select * from scandata;
-- scanme.nmap.org|74.207.244.221|22|tcp|ssh|OpenSSH5.3p1 Debian 3ubuntu7.1
-- scanme.nmap.org|74.207.244.221|80|tcp|http|Apache httpd2.2.14