├── 643-fixed.c ├── 646-part2.c ├── count-traffic.sh ├── crossfire.rb ├── fuzzSMTP.sh ├── fuzzing ├── fuzzSMTP.sh └── fuzzShell.py ├── shells ├── reverse_blkhtc0rp └── reverse_blkhtc0rp_winshell.exe ├── slmail ├── 643-fixed.c ├── 643-test.c ├── 646-fixed.c ├── 646-old.c ├── 646-part2.c └── 646.c ├── vulnServer-PoC3.py └── zone-transfer.sh /643-fixed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/643-fixed.c -------------------------------------------------------------------------------- /646-part2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/646-part2.c -------------------------------------------------------------------------------- /count-traffic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/count-traffic.sh -------------------------------------------------------------------------------- /crossfire.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/crossfire.rb -------------------------------------------------------------------------------- /fuzzSMTP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/fuzzSMTP.sh -------------------------------------------------------------------------------- /fuzzing/fuzzSMTP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/fuzzing/fuzzSMTP.sh -------------------------------------------------------------------------------- /fuzzing/fuzzShell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/fuzzing/fuzzShell.py -------------------------------------------------------------------------------- /shells/reverse_blkhtc0rp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/shells/reverse_blkhtc0rp -------------------------------------------------------------------------------- /shells/reverse_blkhtc0rp_winshell.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/shells/reverse_blkhtc0rp_winshell.exe -------------------------------------------------------------------------------- /slmail/643-fixed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/slmail/643-fixed.c -------------------------------------------------------------------------------- /slmail/643-test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/slmail/643-test.c -------------------------------------------------------------------------------- /slmail/646-fixed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/slmail/646-fixed.c -------------------------------------------------------------------------------- /slmail/646-old.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/slmail/646-old.c -------------------------------------------------------------------------------- /slmail/646-part2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/slmail/646-part2.c -------------------------------------------------------------------------------- /slmail/646.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/slmail/646.c -------------------------------------------------------------------------------- /vulnServer-PoC3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/vulnServer-PoC3.py -------------------------------------------------------------------------------- /zone-transfer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelesmk/pentest/HEAD/zone-transfer.sh --------------------------------------------------------------------------------