├── LICENSE ├── README.md ├── advisory └── 2019-01-cde-dtprintinfo.txt ├── exploits ├── bas │ ├── aix_ppc_dtprintinfo.c │ └── sol_sparc_dtp.c ├── dave │ ├── dtprintinfo27.tar │ ├── dtprintinfo28.tar │ ├── nonexecdtprintinfo27.tar │ ├── nonexecdtprintinfo28.tar │ └── nonexecdtprintinfo28v12.tar.Z └── raptor │ ├── raptor_dtprintname_intel.c │ ├── raptor_dtprintname_sparc.c │ ├── raptor_dtprintname_sparc2.c │ └── raptor_dtprintname_sparc3.c ├── fuzzer └── sharefuzz1.0.tar.gz └── slides ├── abugslife.pdf └── abugslife.pptx /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/README.md -------------------------------------------------------------------------------- /advisory/2019-01-cde-dtprintinfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/advisory/2019-01-cde-dtprintinfo.txt -------------------------------------------------------------------------------- /exploits/bas/aix_ppc_dtprintinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/bas/aix_ppc_dtprintinfo.c -------------------------------------------------------------------------------- /exploits/bas/sol_sparc_dtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/bas/sol_sparc_dtp.c -------------------------------------------------------------------------------- /exploits/dave/dtprintinfo27.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/dave/dtprintinfo27.tar -------------------------------------------------------------------------------- /exploits/dave/dtprintinfo28.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/dave/dtprintinfo28.tar -------------------------------------------------------------------------------- /exploits/dave/nonexecdtprintinfo27.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/dave/nonexecdtprintinfo27.tar -------------------------------------------------------------------------------- /exploits/dave/nonexecdtprintinfo28.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/dave/nonexecdtprintinfo28.tar -------------------------------------------------------------------------------- /exploits/dave/nonexecdtprintinfo28v12.tar.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/dave/nonexecdtprintinfo28v12.tar.Z -------------------------------------------------------------------------------- /exploits/raptor/raptor_dtprintname_intel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/raptor/raptor_dtprintname_intel.c -------------------------------------------------------------------------------- /exploits/raptor/raptor_dtprintname_sparc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/raptor/raptor_dtprintname_sparc.c -------------------------------------------------------------------------------- /exploits/raptor/raptor_dtprintname_sparc2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/raptor/raptor_dtprintname_sparc2.c -------------------------------------------------------------------------------- /exploits/raptor/raptor_dtprintname_sparc3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/exploits/raptor/raptor_dtprintname_sparc3.c -------------------------------------------------------------------------------- /fuzzer/sharefuzz1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/fuzzer/sharefuzz1.0.tar.gz -------------------------------------------------------------------------------- /slides/abugslife.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/slides/abugslife.pdf -------------------------------------------------------------------------------- /slides/abugslife.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdea/raptor_infiltrate19/HEAD/slides/abugslife.pptx --------------------------------------------------------------------------------