Difference between revisions of "Summerschool Aachen 2004/Links"
Mario Manno (talk | contribs) (→XML) |
(→Web) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 9: | Line 9: | ||
= Links = | = Links = | ||
+ | |||
+ | == Mailinglist == | ||
+ | I created a Mailinglist for the participants of the Summerschool to use. You can see the mailman listinfo page at: | ||
+ | https://helga.asta.rwth-aachen.de/mailman/listinfo/security <br> | ||
+ | -- [[Lutz Böhne]] | ||
+ | |||
== Interesting nerxs.de Interwiki Links == | == Interesting nerxs.de Interwiki Links == | ||
* [[nerxs:InsecureProgramming]] | * [[nerxs:InsecureProgramming]] | ||
Line 44: | Line 50: | ||
== Papers / Documentation == | == Papers / Documentation == | ||
=== Web === | === Web === | ||
+ | * [http://www.cgisecurity.com/ CGISecurity.com - Web Security News] | ||
+ | * [http://www.webappsec.org/ The Web Application Security Consortium] | ||
* [http://sourceforge.net/projects/owasp/ OWASP - Web Security] | * [http://sourceforge.net/projects/owasp/ OWASP - Web Security] | ||
* [http://fravia.com Search the Web] | * [http://fravia.com Search the Web] | ||
Line 50: | Line 58: | ||
* [http://developer.apple.com/documentation/DeveloperTools/gdb/gdb/gdb_toc.html Debugging with GDB] | * [http://developer.apple.com/documentation/DeveloperTools/gdb/gdb/gdb_toc.html Debugging with GDB] | ||
* [http://fravia.anticrack.de/ Fravia's Page of Reverse Engeneering] | * [http://fravia.anticrack.de/ Fravia's Page of Reverse Engeneering] | ||
+ | |||
+ | === Debugging / Disassembling Tools for Linux === | ||
+ | * [http://bastard.sourceforge.net/ the bastard disassembly environment] | ||
+ | * [http://lcamtuf.coredump.cx/fenris/devel.shtml fenris] | ||
+ | * [http://biew.sourceforge.net Binary vIEWer - a hex editor and more] | ||
+ | * [http://bvi.sourceforge.net - a vi clone for binary files] | ||
=== Old Code === | === Old Code === | ||
Line 61: | Line 75: | ||
=== Randomness === | === Randomness === | ||
− | * [http://lcamtuf.coredump.cx/newtcp/ Strange Attractors and TCP/IP Sequence Number Analysis] | + | * [http://www.bindview.com/Support/RAZOR/Papers/2001/tcpseq.cfm Strange Attractors and TCP/IP Sequence Number Analysis] |
+ | * [http://lcamtuf.coredump.cx/newtcp/ Strange Attractors and TCP/IP Sequence Number Analysis - One year later] | ||
+ | |||
+ | === Address randomisation === | ||
+ | |||
+ | * [http://www.stanford.edu/~blp/papers/asrandom.pdf On the Effectiveness of Address-Space Randomization] | ||
+ | |||
+ | === Forensics === | ||
+ | * http://kuba.unix.se/code/mem-dump.c | ||
+ | * http://www.supertrick.net/files/hdddriver.rar | ||
+ | * [http://sourceforge.net/project/showfiles.php?group_id=107869&package_id=116435 diskeditor] | ||
+ | * http://lde.sourceforge.net | ||
+ | * http://www.hexworkshop.com/ | ||
[[Category:Summerschools]] | [[Category:Summerschools]] |
Latest revision as of 03:22, 12 January 2006
Contents
About Links
You can do Interwiki links to nerxs like this:
nerxs:InsecureProgramming
Normal links to other sites:
Description
Please also look at the nerxs Wiki.
Links
Mailinglist
I created a Mailinglist for the participants of the Summerschool to use. You can see the mailman listinfo page at:
https://helga.asta.rwth-aachen.de/mailman/listinfo/security
-- Lutz Böhne
Interesting nerxs.de Interwiki Links
Wargames
some more nice wargames:
- http://vortex.labs.pulltheplug.com
- http://blackhole.labs.pulltheplug.com
- http://void.labs.pulltheplug.com
Tools
Web Attacking Tools
- LiveHTTP Headers Firefox Extension
- Switch Proxy Firefox Extension
- Webscarab Proxy
- Paros Proxy
- spikeproxy
Debugging/Disassembling
Papers / Documentation
Web
- CGISecurity.com - Web Security News
- The Web Application Security Consortium
- OWASP - Web Security
- Search the Web
Debugging / Disassembling
Debugging / Disassembling Tools for Linux
- the bastard disassembly environment
- fenris
- Binary vIEWer - a hex editor and more
- - a vi clone for binary files
Old Code
- http://snapshot.debian.net/
- ftp://ftp.slackware.com./pub/slackware
- ftp://ftp-archive.FreeBSD.org/pub/FreeBSD-Archive/old-releases/.
The FreeBSD project has also been using CVS since FreeBSD 2.0. The first commits I found are from more than 10 years ago.
Have a look at http://www.freebsd.org/support.html#cvs
XML
Randomness
- Strange Attractors and TCP/IP Sequence Number Analysis
- Strange Attractors and TCP/IP Sequence Number Analysis - One year later