mirror of
https://codeberg.org/mclemens/nmap-sqlite-output.git
synced 2025-11-23 13:02:16 -05:00
Update README.md
This commit is contained in:
@@ -16,7 +16,7 @@ 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 scan.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
|
||||||
|
|||||||
Reference in New Issue
Block a user