├── 1_fuzzer.py ├── 2_pattern.py ├── 3_badchars.py ├── 4_exploit.py ├── README.md └── constants.py /1_fuzzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperreality/OSCP-Buffer-Overflow-in-30-minutes/HEAD/1_fuzzer.py -------------------------------------------------------------------------------- /2_pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperreality/OSCP-Buffer-Overflow-in-30-minutes/HEAD/2_pattern.py -------------------------------------------------------------------------------- /3_badchars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperreality/OSCP-Buffer-Overflow-in-30-minutes/HEAD/3_badchars.py -------------------------------------------------------------------------------- /4_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperreality/OSCP-Buffer-Overflow-in-30-minutes/HEAD/4_exploit.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperreality/OSCP-Buffer-Overflow-in-30-minutes/HEAD/README.md -------------------------------------------------------------------------------- /constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hyperreality/OSCP-Buffer-Overflow-in-30-minutes/HEAD/constants.py --------------------------------------------------------------------------------