Files
metasploit-gs/lib/msf/core/exploit/local.rb
T
James Lee fd8b1636b9 Add the first bits of a sock_sendpage exploit
This can currently build an executable that creates a socket, opens a
temporary file, truncates that file with ftruncate(2) and calls
sendfile. Still needs to mmap NULL and figure out ring0 shellcode.

Baby steps.
2012-06-22 00:03:29 -06:00

10 lines
128 B
Ruby

require 'msf/core/exploit/local/unix'
require 'msf/core/exploit/local/linux_kernel'
module Msf
module Exploit::Local
end
end