Difference between revisions of "Summerschool Aachen 2004/Links"

From C4 Wiki
Jump to: navigation, search
(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

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:


Tools

Web Attacking Tools

Debugging/Disassembling


Papers / Documentation

Web

Debugging / Disassembling

Debugging / Disassembling Tools for Linux

Old Code

XML

Randomness

Address randomisation

Forensics