From 1b927c3a7f633c038418aa12426ea2bdf96c9155 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Thu, 1 May 2014 01:42:26 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6dd1d7..6ef99e0 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ usage example ======= * $ nmap -sS -A -F --script sqlite-output --script-args=dbname=scan.sqlite,dbtable=scandata scanme.nmap.org -* $ sqlite3 can.sqlite -* 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|80|tcp|http|Apache httpd2.2.14 + $ sqlite3 can.sqlite + 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|80|tcp|http|Apache httpd2.2.14 args =====