mirror of
https://codeberg.org/mclemens/nmap-sqlite-output.git
synced 2024-12-28 03:46:25 -05:00
Update sqlite-output.nse
This commit is contained in:
parent
763918356f
commit
169df66357
@ -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.
|
||||
]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user