From 169df663577501cb27a0c2d7934db4c886b98b16 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Thu, 1 May 2014 01:48:59 +0200 Subject: [PATCH] Update sqlite-output.nse --- sqlite-output.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sqlite-output.nse b/sqlite-output.nse index 4e637bf..d440de8 100644 --- a/sqlite-output.nse +++ b/sqlite-output.nse @@ -1,6 +1,6 @@ description = [[ -This plugin stores the following nmap output into a sqlite3 database: Hostname, IP, port number, protocol (tcp/udp), service and version -Both, database file name and table name can be passed to the plugin via arguments (see @args or @example), data will always be appended to an existing table. Non-existant database files or table +This script stores the following nmap output into a sqlite3 database: Hostname, IP, port number, protocol (tcp/udp), service and version +Both, database file name and table name can be passed to the script via arguments (see @args or @example), data will always be appended to an existing table. Non-existant database files or table s are created during the scan. Nmap's regular output (-o) will not be modified in any way. ]]