class Wpxf::Exploit::Manbiz2RevsliderShellUpload

Public Class Methods

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

  update_info(
    name: 'Manbiz2 Theme RevSlider <= 3.0.95 Shell Upload',
    desc: 'This module exploits a file upload vulnerability in versions of '\
          'the Manbiz2 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