├── README.md ├── american-sign-language ├── README.md └── american-sign-language.c ├── can_bcm ├── README.md ├── can_bcm └── can_bcm.c ├── caps_to_root ├── README.md └── caps_to_root.c ├── do_pages_move └── README.md ├── elflbl ├── README.md └── elflbl.c ├── exit_notify ├── README.md └── exit_notify.sh ├── ftrex ├── README.md └── ftrex.c ├── full-nelson ├── README.md ├── full-nelson ├── full-nelson.c ├── full-nelson64 └── full-nelson64.c ├── h00lyshit ├── README.md └── h00lyshit.c ├── half-nelson ├── README.md ├── half-nelson3 └── half-nelson3.c ├── krad3 ├── README.md └── krad3.c ├── memodipper ├── README.md ├── memodipper ├── memodipper.c ├── memodipper64 └── memodipper64.c ├── mremap_pte ├── README.md └── mremap_pte.c ├── msr ├── README.md └── msr.c ├── overlayfs ├── README.md ├── ofs_32 ├── ofs_32.c ├── ofs_64 └── ofs_64.c ├── perf_swevent ├── README.md ├── perf_swevent ├── perf_swevent.c ├── perf_swevent64 └── perf_swevent64.c ├── pipe.c_32bit ├── README.md └── pipe.c_32bit.c ├── pktcdvd ├── README.md └── pktcdvd.c ├── pp_key ├── README.md └── pp_key_64.c ├── ptrace_kmod2 ├── README.md ├── ptrace_kmod2-64 └── ptrace_kmod2-64.c ├── raptor_prctl ├── README.md └── raptor_prctl.c ├── rawmodepty ├── README.md └── rawmodePTY.c ├── rds ├── README.md ├── rds ├── rds.c ├── rds64 └── rds64.c ├── reiserfs ├── README.md └── reiserfs.py ├── sock_sendpage └── README.md ├── sock_sendpage2 └── README.md ├── timeoutpwn ├── README.md ├── timeoutpwn64 └── timeoutpwn64.c ├── udev ├── README.md └── udev.sh ├── udp_sendmsg_32bit ├── README.md └── udp_sendmsg_32bit.c ├── video4linux ├── README.md └── video4linux.c ├── vmsplice1 ├── README.md └── vmsplice1.c └── vmsplice2 ├── README.md └── vmsplice2.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/README.md -------------------------------------------------------------------------------- /american-sign-language/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/american-sign-language/README.md -------------------------------------------------------------------------------- /american-sign-language/american-sign-language.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/american-sign-language/american-sign-language.c -------------------------------------------------------------------------------- /can_bcm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/can_bcm/README.md -------------------------------------------------------------------------------- /can_bcm/can_bcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/can_bcm/can_bcm -------------------------------------------------------------------------------- /can_bcm/can_bcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/can_bcm/can_bcm.c -------------------------------------------------------------------------------- /caps_to_root/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/caps_to_root/README.md -------------------------------------------------------------------------------- /caps_to_root/caps_to_root.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/caps_to_root/caps_to_root.c -------------------------------------------------------------------------------- /do_pages_move/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/do_pages_move/README.md -------------------------------------------------------------------------------- /elflbl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/elflbl/README.md -------------------------------------------------------------------------------- /elflbl/elflbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/elflbl/elflbl.c -------------------------------------------------------------------------------- /exit_notify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/exit_notify/README.md -------------------------------------------------------------------------------- /exit_notify/exit_notify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/exit_notify/exit_notify.sh -------------------------------------------------------------------------------- /ftrex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/ftrex/README.md -------------------------------------------------------------------------------- /ftrex/ftrex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/ftrex/ftrex.c -------------------------------------------------------------------------------- /full-nelson/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/full-nelson/README.md -------------------------------------------------------------------------------- /full-nelson/full-nelson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/full-nelson/full-nelson -------------------------------------------------------------------------------- /full-nelson/full-nelson.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/full-nelson/full-nelson.c -------------------------------------------------------------------------------- /full-nelson/full-nelson64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/full-nelson/full-nelson64 -------------------------------------------------------------------------------- /full-nelson/full-nelson64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/full-nelson/full-nelson64.c -------------------------------------------------------------------------------- /h00lyshit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/h00lyshit/README.md -------------------------------------------------------------------------------- /h00lyshit/h00lyshit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/h00lyshit/h00lyshit.c -------------------------------------------------------------------------------- /half-nelson/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/half-nelson/README.md -------------------------------------------------------------------------------- /half-nelson/half-nelson3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/half-nelson/half-nelson3 -------------------------------------------------------------------------------- /half-nelson/half-nelson3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/half-nelson/half-nelson3.c -------------------------------------------------------------------------------- /krad3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/krad3/README.md -------------------------------------------------------------------------------- /krad3/krad3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/krad3/krad3.c -------------------------------------------------------------------------------- /memodipper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/memodipper/README.md -------------------------------------------------------------------------------- /memodipper/memodipper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/memodipper/memodipper -------------------------------------------------------------------------------- /memodipper/memodipper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/memodipper/memodipper.c -------------------------------------------------------------------------------- /memodipper/memodipper64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/memodipper/memodipper64 -------------------------------------------------------------------------------- /memodipper/memodipper64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/memodipper/memodipper64.c -------------------------------------------------------------------------------- /mremap_pte/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/mremap_pte/README.md -------------------------------------------------------------------------------- /mremap_pte/mremap_pte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/mremap_pte/mremap_pte.c -------------------------------------------------------------------------------- /msr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/msr/README.md -------------------------------------------------------------------------------- /msr/msr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/msr/msr.c -------------------------------------------------------------------------------- /overlayfs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/overlayfs/README.md -------------------------------------------------------------------------------- /overlayfs/ofs_32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/overlayfs/ofs_32 -------------------------------------------------------------------------------- /overlayfs/ofs_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/overlayfs/ofs_32.c -------------------------------------------------------------------------------- /overlayfs/ofs_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/overlayfs/ofs_64 -------------------------------------------------------------------------------- /overlayfs/ofs_64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/overlayfs/ofs_64.c -------------------------------------------------------------------------------- /perf_swevent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/perf_swevent/README.md -------------------------------------------------------------------------------- /perf_swevent/perf_swevent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/perf_swevent/perf_swevent -------------------------------------------------------------------------------- /perf_swevent/perf_swevent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/perf_swevent/perf_swevent.c -------------------------------------------------------------------------------- /perf_swevent/perf_swevent64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/perf_swevent/perf_swevent64 -------------------------------------------------------------------------------- /perf_swevent/perf_swevent64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/perf_swevent/perf_swevent64.c -------------------------------------------------------------------------------- /pipe.c_32bit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/pipe.c_32bit/README.md -------------------------------------------------------------------------------- /pipe.c_32bit/pipe.c_32bit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/pipe.c_32bit/pipe.c_32bit.c -------------------------------------------------------------------------------- /pktcdvd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/pktcdvd/README.md -------------------------------------------------------------------------------- /pktcdvd/pktcdvd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/pktcdvd/pktcdvd.c -------------------------------------------------------------------------------- /pp_key/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/pp_key/README.md -------------------------------------------------------------------------------- /pp_key/pp_key_64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/pp_key/pp_key_64.c -------------------------------------------------------------------------------- /ptrace_kmod2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/ptrace_kmod2/README.md -------------------------------------------------------------------------------- /ptrace_kmod2/ptrace_kmod2-64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/ptrace_kmod2/ptrace_kmod2-64 -------------------------------------------------------------------------------- /ptrace_kmod2/ptrace_kmod2-64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/ptrace_kmod2/ptrace_kmod2-64.c -------------------------------------------------------------------------------- /raptor_prctl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/raptor_prctl/README.md -------------------------------------------------------------------------------- /raptor_prctl/raptor_prctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/raptor_prctl/raptor_prctl.c -------------------------------------------------------------------------------- /rawmodepty/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/rawmodepty/README.md -------------------------------------------------------------------------------- /rawmodepty/rawmodePTY.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/rawmodepty/rawmodePTY.c -------------------------------------------------------------------------------- /rds/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/rds/README.md -------------------------------------------------------------------------------- /rds/rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/rds/rds -------------------------------------------------------------------------------- /rds/rds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/rds/rds.c -------------------------------------------------------------------------------- /rds/rds64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/rds/rds64 -------------------------------------------------------------------------------- /rds/rds64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/rds/rds64.c -------------------------------------------------------------------------------- /reiserfs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/reiserfs/README.md -------------------------------------------------------------------------------- /reiserfs/reiserfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/reiserfs/reiserfs.py -------------------------------------------------------------------------------- /sock_sendpage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/sock_sendpage/README.md -------------------------------------------------------------------------------- /sock_sendpage2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/sock_sendpage2/README.md -------------------------------------------------------------------------------- /timeoutpwn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/timeoutpwn/README.md -------------------------------------------------------------------------------- /timeoutpwn/timeoutpwn64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/timeoutpwn/timeoutpwn64 -------------------------------------------------------------------------------- /timeoutpwn/timeoutpwn64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/timeoutpwn/timeoutpwn64.c -------------------------------------------------------------------------------- /udev/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/udev/README.md -------------------------------------------------------------------------------- /udev/udev.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/udev/udev.sh -------------------------------------------------------------------------------- /udp_sendmsg_32bit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/udp_sendmsg_32bit/README.md -------------------------------------------------------------------------------- /udp_sendmsg_32bit/udp_sendmsg_32bit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/udp_sendmsg_32bit/udp_sendmsg_32bit.c -------------------------------------------------------------------------------- /video4linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/video4linux/README.md -------------------------------------------------------------------------------- /video4linux/video4linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/video4linux/video4linux.c -------------------------------------------------------------------------------- /vmsplice1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/vmsplice1/README.md -------------------------------------------------------------------------------- /vmsplice1/vmsplice1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/vmsplice1/vmsplice1.c -------------------------------------------------------------------------------- /vmsplice2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/vmsplice2/README.md -------------------------------------------------------------------------------- /vmsplice2/vmsplice2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucyoa/kernel-exploits/HEAD/vmsplice2/vmsplice2.c --------------------------------------------------------------------------------