repository update

This commit is contained in:
Sven 2008-08-23 23:36:12 +00:00
parent 3f1b6930cc
commit 7eee983780
1 changed files with 10 additions and 12 deletions

View File

@ -5,29 +5,27 @@ About=Web Application Fingerprinter|
Home=https://wiki.c3d2.de/Sedusa|
Lang=Lua|
Platforms=any|
Repository_type=GIT|
Repository=http://cthulhu.c3d2.de/~sven/git/sedusa.git|
Repository_type=SVN|
Repository=svn://svn.insecure.org/nmap-exp/sven/nse_sedusa|
}}
Im Repository findet man sowohl ein NMAP-Plugin als auch eine commandline-version. Für das Nmap-Plugin braucht man Nmap >= 4.60.
Sedusa ist eine Web Application Fingerprint Library für Nmap.
Für beide Versionen braucht man Lua libxml bindings (http://cthulhu.c3d2.de/~sven/git/luaxml.git/).
Für die commandline Version braucht man auch noch die Lua curl-Bindings und die url Library aus nmap nselib.
Eine Lua standalone Version gibt es unter (http://cthulhu.c3d2.de/~sven/git/sedusa.git/)
Für die standalone Version braucht man auch noch die Lua curl-Bindings und die url Library aus nmap nselib.
<pre>
sven@pinealgland:~/code/sedusa> nmap pentabarf.org -p80,443 --script=sedusa.nse
:!./nmap wiki.c3d2.de --script webapp -p 443
Starting Nmap 4.52 ( http://insecure.org ) at 2008-01-08 03:24 CET
Interesting ports on pentabarf.org (213.73.89.34):
Starting Nmap 4.68 ( http://nmap.org ) at 2008-08-24 01:30 CEST
Interesting ports on suomi.toidinamai.de (78.47.249.61):
PORT STATE SERVICE
80/tcp open http
|_ Sedusa: MediaWiki 1.12alpha (r29411)
443/tcp open https
|_ Sedusa: MediaWiki 1.12alpha (r29411)
|_ WebApp: MediaWiki 1.13alpha (r31491)
Nmap done: 1 IP address (1 host up) scanned in 2.142 seconds
Nmap done: 1 IP address (1 host up) scanned in 2.95 seconds
</pre>
<pre>