class Wpxf::Exploit::IncredibleWpRevsliderShellUpload

Public Class Methods

new() click to toggle source
# File lib/wpxf/modules/exploit/shell/incredible_wp_revslider_shell_upload.rb, line 4
def initialize
  super

  update_info(
    name: 'IncredibleWP Theme RevSlider <= 3.0.95 Shell Upload',
    desc: 'This module exploits a file upload vulnerability in versions of '\
          'the IncredibleWP theme that include versions <= 3.0.95 of the '\
          'RevSlider plugin which allows unauthenticated users to upload '\
          'and execute PHP scripts in the context of the web server.'
  )
end