c3d2-wiki/Sedusa.mw

48 lines
1.4 KiB
Plaintext
Raw Normal View History

2007-04-11 00:44:22 +02:00
[[Kategorie:Ruby]][[Kategorie:Lua]][[Kategorie:Projekt]]
2007-01-22 15:41:23 +01:00
{{Project Info|
Name=Sedusa|
2007-04-28 20:11:02 +02:00
About=Web Application Fingerprinter|
2007-01-22 15:41:23 +01:00
Home=https://wiki.c3d2.de/Sedusa|
2007-04-28 19:55:00 +02:00
Lang=Lua|
2007-01-22 15:41:23 +01:00
Platforms=any|
2007-03-02 20:23:32 +01:00
Repository_type=GIT|
Repository=http://cthulhu.c3d2.de/~sven/git/sedusa.git|
2007-04-11 00:44:22 +02:00
2007-01-22 15:41:23 +01:00
}}
2008-03-18 19:55:54 +01:00
Im Repository findet man sowohl ein NMAP-Plugin als auch eine commandline-version. Für das Nmap-Plugin braucht man Nmap >= 4.60.
2007-04-11 04:25:31 +02:00
2007-04-28 20:10:15 +02:00
Für beide Versionen braucht man Lua libxml bindings (http://cthulhu.c3d2.de/~sven/git/luaxml.git/).
2008-01-04 22:25:26 +01:00
Für die commandline Version braucht man auch noch die Lua curl-Bindings und die url Library aus nmap nselib.
2007-04-11 00:41:22 +02:00
2007-04-28 20:10:15 +02:00
<pre>
2008-01-08 03:26:45 +01:00
sven@pinealgland:~/code/sedusa> nmap pentabarf.org -p80,443 --script=sedusa.nse
2007-04-11 00:41:22 +02:00
2008-01-08 03:26:45 +01:00
Starting Nmap 4.52 ( http://insecure.org ) at 2008-01-08 03:24 CET
2008-01-04 22:25:26 +01:00
Interesting ports on pentabarf.org (213.73.89.34):
PORT STATE SERVICE
80/tcp open http
2008-01-08 03:26:45 +01:00
|_ Sedusa: MediaWiki 1.12alpha (r29411)
2008-01-04 22:25:26 +01:00
443/tcp open https
2008-01-08 03:26:45 +01:00
|_ Sedusa: MediaWiki 1.12alpha (r29411)
2007-04-11 00:41:22 +02:00
2008-01-08 03:26:45 +01:00
Nmap done: 1 IP address (1 host up) scanned in 2.142 seconds
2007-04-28 21:15:59 +02:00
</pre>
<pre>
2008-01-08 01:13:44 +01:00
sven@pinealgland:~/code/sedusa> ./sedusa wiki.c3d2.de
Apache PHP/5.2.0-8+etch7
MediaWiki 1.12alpha
2007-04-28 20:10:15 +02:00
</pre>
2007-04-11 04:25:31 +02:00
2007-04-28 20:10:15 +02:00
==Ruby Version==
Die erste Version von Sedusa war in Ruby geschrieben. Man kann den Code noch auschecken. Diese Version wird aber nicht mehr weiterentwickelt.
;Repository:
:http://cthulhu.c3d2.de/~sven/git/sedusa-ruby.git
2007-04-11 04:25:31 +02:00
{{Rübÿ Spëëd Mëtäl Cödïng}}