Generic x86 Debug Trap - Metasploit


This page contains detailed information about how to use the payload/generic/debug_trap metasploit module. For list of all metasploit modules, visit the Metasploit Module Library.

Module Overview


Name: Generic x86 Debug Trap
Module: payload/generic/debug_trap
Source code: modules/payloads/singles/generic/debug_trap.rb
Disclosure date: -
Last modification time: 2020-09-22 02:56:51 +0000
Supported architecture(s): x86
Supported platform(s): BSD, BSDi, Linux, OSX, Solaris, Windows
Target service / protocol: -
Target network port(s): -
List of CVEs: -

Generate a debug trap in the target process

Module Ranking and Traits


Module Ranking:

  • normal: The exploit is otherwise reliable, but depends on a specific version and can't (or doesn't) reliably autodetect. More information about ranking can be found here.

Basic Usage


msf > use payload/generic/debug_trap
msf payload(debug_trap) > show options
    ... show and set options ...
msf payload(debug_trap) > generate

To learn how to generate payload/generic/debug_trap with msfvenom, please read this.

Go back to menu.

Msfconsole Usage


Here is how the generic/debug_trap payload looks in the msfconsole:

msf6 > use payload/generic/debug_trap

msf6 payload(generic/debug_trap) > show info

       Name: Generic x86 Debug Trap
     Module: payload/generic/debug_trap
   Platform: BSD, BSDi, Linux, OSX, Solaris, Windows
       Arch: x86
Needs Admin: No
 Total size: 1
       Rank: Normal

Provided by:
  robert <[email protected]>

Description:
  Generate a debug trap in the target process

Module Options


This is a complete list of options available in the generic/debug_trap payload:

msf6 payload(generic/debug_trap) > show options

Module options (payload/generic/debug_trap):

   Name  Current Setting  Required  Description
   ----  ---------------  --------  -----------

Advanced Options


Here is a complete list of advanced options supported by the generic/debug_trap payload:

msf6 payload(generic/debug_trap) > show advanced

Module advanced options (payload/generic/debug_trap):

   Name       Current Setting  Required  Description
   ----       ---------------  --------  -----------
   VERBOSE    false            no        Enable detailed status messages
   WORKSPACE                   no        Specify the workspace for this module

Go back to menu.


Go back to menu.

See Also


Check also the following modules related to this module:

Authors


robert <robertmetasploit[at]gmail.com>

Version


This page has been produced using Metasploit Framework version 6.2.1-dev. For more modules, visit the Metasploit Module Library.

Go back to menu.