Perl Command Encoder - Metasploit


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

Module Overview


Name: Perl Command Encoder
Module: encoder/cmd/perl
Source code: modules/encoders/cmd/perl.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 perl to avoid commonly restricted characters.

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

Go back to menu.

Msfconsole Usage


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

msf6 > use encoder/cmd/perl

msf6 encoder(cmd/perl) > show info

       Name: Perl Command Encoder
     Module: encoder/cmd/perl
   Platform: Unix
       Arch: cmd
       Rank: Normal

Provided by:
  hdm <[email protected]>

Description:
  This encoder uses perl to avoid commonly restricted characters.

Module Options


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

msf6 encoder(cmd/perl) > show options

Module options (encoder/cmd/perl):

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

Advanced Options


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

msf6 encoder(cmd/perl) > show advanced

Module advanced options (encoder/cmd/perl):

   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.