Generic Command Nop Generator - Metasploit


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

Module Overview


Name: Generic Command Nop Generator
Module: nop/cmd/generic
Source code: modules/nops/cmd/generic.rb
Disclosure date: -
Last modification time: 2022-01-28 15:29:56 +0000
Supported architecture(s): cmd
Supported platform(s): All
Target service / protocol: -
Target network port(s): -
List of CVEs: -

Generates harmless padding for command payloads.

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 nop/cmd/generic
msf nop(generic) > show targets
    ... a list of targets ...
msf nop(generic) > set TARGET target-id
msf nop(generic) > show options
    ... show and set options ...
msf nop(generic) > exploit

Go back to menu.

Msfconsole Usage


Here is how the nop/cmd/generic module looks in the msfconsole:

msf6 > use nop/cmd/generic

msf6 nop(cmd/generic) > show info

       Name: Generic Command Nop Generator
     Module: nop/cmd/generic
   Platform: All
       Arch: cmd
       Rank: Normal

Provided by:
  hdm <[email protected]>
  bcoles <[email protected]>

Description:
  Generates harmless padding for command payloads.

Module Options


This is a complete list of options available in the nop/cmd/generic module:

msf6 nop(cmd/generic) > show options

Module options (nop/cmd/generic):

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

Advanced Options


Here is a complete list of advanced options supported by the nop/cmd/generic module:

msf6 nop(cmd/generic) > show advanced

Module advanced options (nop/cmd/generic):

   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


  • hdm
  • bcoles

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.