From 76a7efcc19cd3ef861443ca4b70806fd366d080b Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 2 May 2014 14:08:30 +0200 Subject: [PATCH] Update sqlite-output.nse --- sqlite-output.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite-output.nse b/sqlite-output.nse index fd0f959..7f9757f 100644 --- a/sqlite-output.nse +++ b/sqlite-output.nse @@ -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