class Wpxf::Exploit::AriesRevsliderShellUpload

Public Class Methods

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

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