Difference between revisions of "Summerschool Aachen 2004/Links"

From C4 Wiki
Jump to: navigation, search
(Old Ccode)
(Web)
 
(12 intermediate revisions by 5 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 51: Line 59:
 
* [http://fravia.anticrack.de/ Fravia's Page of Reverse Engeneering]
 
* [http://fravia.anticrack.de/ Fravia's Page of Reverse Engeneering]
  
=== Old Ccode ===
+
=== 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 ===
 
* http://snapshot.debian.net/
 
* http://snapshot.debian.net/
 
* ftp://ftp.slackware.com./pub/slackware
 
* ftp://ftp.slackware.com./pub/slackware
 
* ftp://ftp-archive.FreeBSD.org/pub/FreeBSD-Archive/old-releases/.<br>The FreeBSD project has also been using CVS since FreeBSD 2.0. The first commits I found are from more than 10 years ago.<br>Have a look at  http://www.freebsd.org/support.html#cvs
 
* ftp://ftp-archive.FreeBSD.org/pub/FreeBSD-Archive/old-releases/.<br>The FreeBSD project has also been using CVS since FreeBSD 2.0. The first commits I found are from more than 10 years ago.<br>Have a look at  http://www.freebsd.org/support.html#cvs
 +
 +
=== XML ===
 +
* [http://www.w3.org/TR/xmldsig-core/ XML Signature Syntax]
 +
* [http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/xml_security.html XML Security]
  
 
=== 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