class Wpxf::Exploit::MyriadRevsliderShellUpload
Public Class Methods
new()
click to toggle source
Calls superclass method
Wpxf::Exploit::RevsliderShellUpload::new
# File lib/wpxf/modules/exploit/shell/myriad_revslider_shell_upload.rb, line 4 def initialize super update_info( name: 'Myriad Theme RevSlider <= 3.0.95 Shell Upload', desc: 'This module exploits a file upload vulnerability in versions of '\ 'the Myriad 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