Update README.md

This commit is contained in:
Michael Clemens 2014-05-01 01:42:26 +02:00
parent 0a716410df
commit 1b927c3a7f
1 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@ usage
example example
======= =======
* $ nmap -sS -A -F --script sqlite-output --script-args=dbname=scan.sqlite,dbtable=scandata scanme.nmap.org * $ nmap -sS -A -F --script sqlite-output --script-args=dbname=scan.sqlite,dbtable=scandata scanme.nmap.org
* $ sqlite3 can.sqlite $ sqlite3 can.sqlite
* sqlite> select * from scandata; 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|22|tcp|ssh|OpenSSH5.3p1 Debian 3ubuntu7.1
* scanme.nmap.org|74.207.244.221|80|tcp|http|Apache httpd2.2.14 scanme.nmap.org|74.207.244.221|80|tcp|http|Apache httpd2.2.14
args args
===== =====