## copyright LAST STAGE OF DELIRIUM nov 2001 poland            *://lsd-pl.net/ #
## kernel level vulnerabilities package, version 1.0.1                         #

This package contains all codes prepared for technical paper - Kernel Level
Vunlerabilities, Behind the Scenes of the 5th Argus Hacking Challenge. The 
codes have been divided into four main categories, respectively for their 
purpose and practical character.


1] exploit code used to win challenge:

   solx86_pitbull.c    solaris enhanced with argus pitbull foundation 3.0 MU4+

2] proof of concept codes exploiting ldt kernel vulnerabilities:

   solx86_ldt.c        solaris 2.7 2.8 x86
   bsdx86_ldt.c        netbsd 1.4 1.4.x 1.5, openbsd 2.6-2.8 x86
   uwx86_ldt.c         sco unixware 7.0.1 x86
   osx86_ldt.c         sco openserver 5.0.4 5.0.6 x86

3] proof of concept code exploiting setcontext kernel vulnerability:

   osx86_setcontext.c  sco openserver 5.0.4 5.0.6 x86

4] adb macros for solaris x86:

   adb.cgdesc          displays call gate descriptor
   adb.gsdesc          displays segment descriptor from GDT
   adb.lsdesc          displays segment descriptor from LDT

