Echo Command Encoder - Metasploit


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

Module Overview


Name: Echo Command Encoder
Module: encoder/cmd/echo
Source code: modules/encoders/cmd/echo.rb
Disclosure date: -
Last modification time: 2017-07-24 06:26:21 +0000
Supported architecture(s): cmd
Supported platform(s): Unix
Target service / protocol: -
Target network port(s): -
List of CVEs: -

This encoder uses echo and backlash escapes to avoid commonly restricted characters.

Module Ranking and Traits


Module Ranking:

  • good: The exploit has a default target and it is the "common case" for this type of software (English, Windows 7 for a desktop app, 2012 for server, etc). More information about ranking can be found here.

Basic Usage


msf > use encoder/cmd/echo
msf encoder(echo) > show targets
    ... a list of targets ...
msf encoder(echo) > set TARGET target-id
msf encoder(echo) > show options
    ... show and set options ...
msf encoder(echo) > exploit

Go back to menu.

Msfconsole Usage


Here is how the encoder/cmd/echo module looks in the msfconsole:

msf6 > use encoder/cmd/echo

msf6 encoder(cmd/echo) > show info

       Name: Echo Command Encoder
     Module: encoder/cmd/echo
   Platform: Unix
       Arch: cmd
       Rank: Good

Provided by:
  hdm <[email protected]>

Description:
  This encoder uses echo and backlash escapes to avoid commonly 
  restricted characters.

Module Options


This is a complete list of options available in the encoder/cmd/echo module:

msf6 encoder(cmd/echo) > show options

Module options (encoder/cmd/echo):

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

Advanced Options


Here is a complete list of advanced options supported by the encoder/cmd/echo module:

msf6 encoder(cmd/echo) > show advanced

Module advanced options (encoder/cmd/echo):

   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

Version


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

Go back to menu.