c3d2-wiki/Sedusa.mw

46 lines
1.2 KiB
Plaintext
Raw Permalink 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|
2008-08-24 01:36:12 +02:00
Repository_type=SVN|
Repository=svn://svn.insecure.org/nmap-exp/sven/nse_sedusa|
2007-04-11 00:44:22 +02:00
2007-01-22 15:41:23 +01:00
}}
2008-08-24 01:36:12 +02:00
Sedusa ist eine Web Application Fingerprint Library für Nmap.
2007-04-11 04:25:31 +02:00
2008-08-24 01:36:12 +02:00
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.
2007-04-11 00:41:22 +02:00
2007-04-28 20:10:15 +02:00
<pre>
2008-08-24 01:36:12 +02:00
:!./nmap wiki.c3d2.de --script webapp -p 443
2007-04-11 00:41:22 +02:00
2008-08-24 01:36:12 +02:00
Starting Nmap 4.68 ( http://nmap.org ) at 2008-08-24 01:30 CEST
Interesting ports on suomi.toidinamai.de (78.47.249.61):
2008-01-04 22:25:26 +01:00
PORT STATE SERVICE
443/tcp open https
2008-08-24 01:36:12 +02:00
|_ WebApp: MediaWiki 1.13alpha (r31491)
2007-04-11 00:41:22 +02:00
2008-08-24 01:36:12 +02:00
Nmap done: 1 IP address (1 host up) scanned in 2.95 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}}