c3d2-wiki/Sedusa.mw

46 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
}}
2007-04-28 20:10:15 +02:00
Im Repository findet man sowohl ein NMAP-Plugin als auch eine commandline-version. Für das Nmap-Plugin braucht man mindestens Version 4.21 von Nmap weil in vorherigen Versionen die Skripting-Engine noch nicht enthalten ist.
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/).
Für die commandline Version braucht man derzeit auch noch die Lua curl-Bindings.
2007-04-11 00:41:22 +02:00
2007-04-28 20:10:15 +02:00
<pre>
2007-04-28 21:15:59 +02:00
sven@pinealgland:~/code/sedusa> nmap -sC -p 80 wiki.pentabarf.org
2007-04-11 00:41:22 +02:00
2007-04-28 21:15:59 +02:00
Starting Nmap 4.21ALPHA4 ( http://insecure.org ) at 2007-04-28 19:11 CEST
Interesting ports on bubbles (213.73.89.34):
2007-04-11 00:41:22 +02:00
PORT STATE SERVICE
80/tcp open http
2007-04-28 21:15:59 +02:00
|_ Sedusa: MediaWiki 1.9alpha (r18790)
2007-04-11 00:41:22 +02:00
2007-04-28 21:15:59 +02:00
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)
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}}