Module Rex::Payloads::Win32::Kernel
In: lib/rex/payloads/win32/kernel/recovery.rb
lib/rex/payloads/win32/kernel/stager.rb
lib/rex/payloads/win32/kernel/common.rb
lib/rex/payloads/win32/kernel/migration.rb
lib/rex/payloads/win32/kernel.rb

Methods

construct  

Classes and Modules

Module Rex::Payloads::Win32::Kernel::Common
Module Rex::Payloads::Win32::Kernel::Migration
Module Rex::Payloads::Win32::Kernel::Recovery
Module Rex::Payloads::Win32::Kernel::Stager

Public Class methods

Constructs a kernel-mode payload using the supplied options. The options can be:

Recovery : The recovery method to use, such as ‘spin’. Stager : The stager method to use, such as ‘sud_syscall_hook’. RecoveryStub : The recovery stub that should be used, if any. UserModeStub : The user-mode payload to execute, if any. KernelModeStub: The kernel-mode payload to execute, if any.

[Validate]