Rapid7 Vulnerability & Exploit Database

Generic Web Application Unix Command Execution

Back to Search

Generic Web Application Unix Command Execution

Disclosed
11/14/1993
Created
05/30/2018

Description

This module can be used to exploit any generic command execution vulnerability for CGI applications on Unix-like platforms. To use this module, specify the CMDURI path, replacing the command itself with XXcmdXX. This module is currently limited to forms vulnerable through GET requests with query parameters.

Author(s)

  • hdm <x@hdm.io>

Platform

Unix

Architectures

cmd

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use exploit/unix/webapp/generic_exec
msf exploit(generic_exec) > show targets
    ...targets...
msf exploit(generic_exec) > set TARGET < target-id >
msf exploit(generic_exec) > show options
    ...show and set options...
msf exploit(generic_exec) > exploit

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;