Update sqlite-output.nse

This commit is contained in:
Michael Clemens 2014-05-01 11:54:03 +02:00
parent 8cc991f6f5
commit 78e49b4b5a
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ description = [[
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.
Dependencies: luasql (http://keplerproject.org/luasql)
]]
---