├── README.md ├── eip_integard.py ├── execve-stack.nasm ├── execve.nasm ├── gmon_fuzz.py ├── gmon_seh.py ├── gmon_seh_egghunter_exploit.py ├── gter.py ├── integard.py ├── kstet.py ├── lter.py ├── msf_lter.py ├── nnm.py ├── xor-decoder-marker.nasm ├── xor-decoder.nasm └── xor_encode.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/README.md -------------------------------------------------------------------------------- /eip_integard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/eip_integard.py -------------------------------------------------------------------------------- /execve-stack.nasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/execve-stack.nasm -------------------------------------------------------------------------------- /execve.nasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/execve.nasm -------------------------------------------------------------------------------- /gmon_fuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/gmon_fuzz.py -------------------------------------------------------------------------------- /gmon_seh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/gmon_seh.py -------------------------------------------------------------------------------- /gmon_seh_egghunter_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/gmon_seh_egghunter_exploit.py -------------------------------------------------------------------------------- /gter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/gter.py -------------------------------------------------------------------------------- /integard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/integard.py -------------------------------------------------------------------------------- /kstet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/kstet.py -------------------------------------------------------------------------------- /lter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/lter.py -------------------------------------------------------------------------------- /msf_lter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/msf_lter.py -------------------------------------------------------------------------------- /nnm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/nnm.py -------------------------------------------------------------------------------- /xor-decoder-marker.nasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/xor-decoder-marker.nasm -------------------------------------------------------------------------------- /xor-decoder.nasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/xor-decoder.nasm -------------------------------------------------------------------------------- /xor_encode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purpl3f0xsecur1ty/OSCE-prep/HEAD/xor_encode.py --------------------------------------------------------------------------------