mirror of
https://codeberg.org/mclemens/nmap-sqlite-output.git
synced 2025-05-17 21:48:33 -04:00
Update README.md
This commit is contained in:
parent
dcf6edaae5
commit
763918356f
@ -1,9 +1,9 @@
|
|||||||
nmap-sqlite
|
nmap-sqlite
|
||||||
===========
|
===========
|
||||||
|
|
||||||
This nmap plugin stores the following nmap output into a sqlite3 database: Hostname, IP, port number, protocol (tcp/udp), service and version.
|
This nmap 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 plugin via arguments (see @args or @example), data will always be appended to an existing table. Non-existant database files or tables are created during the scan. Nmap's regular output (-o) will not be modified in any way.
|
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 tables are created during the scan. Nmap's regular output (-o) will not be modified in any way.
|
||||||
|
|
||||||
|
|
||||||
usage
|
usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user