new usage examples

This commit is contained in:
Sven 2007-04-28 19:15:59 +00:00
parent 50b10ccefd
commit 837edeeb62

View File

@ -17,15 +17,21 @@ Für die commandline Version braucht man derzeit auch noch die Lua curl-Bindings
<pre> <pre>
sven@pinealgland:data/code/sedusa-nmap> nmap --script sedusa -p 80 $HOST sven@pinealgland:~/code/sedusa> nmap -sC -p 80 wiki.pentabarf.org
Starting Nmap 4.21ALPHA4 ( http://insecure.org ) at 2007-04-10 21:50 CEST Starting Nmap 4.21ALPHA4 ( http://insecure.org ) at 2007-04-28 19:11 CEST
Interesting ports on $HOST ($IP): Interesting ports on bubbles (213.73.89.34):
PORT STATE SERVICE PORT STATE SERVICE
80/tcp open http 80/tcp open http
|_ Wordpress: 2.0.1 |_ Sedusa: MediaWiki 1.9alpha (r18790)
Nmap finished: 1 IP address (1 host up) scanned in 0.703 seconds Nmap finished: 1 IP address (1 host up) scanned in 0.737 seconds
</pre>
<pre>
sven@pinealgland:~/code/sedusa> ./cli.lua wiki.pentabarf.org
lighttpd/1.4.13 PHP/5.2.0-8+etch1
MediaWiki 1.9alpha (r18790)
</pre> </pre>