Method: Wpxf::Exploit::MethodRevsliderShellUpload#initialize
- Defined in:
- lib/wpxf/modules/exploit/shell/method_revslider_shell_upload.rb
#initialize ⇒ MethodRevsliderShellUpload
Returns a new instance of MethodRevsliderShellUpload.
4 5 6 7 8 9 10 11 12 13 14 |
# File 'lib/wpxf/modules/exploit/shell/method_revslider_shell_upload.rb', line 4 def initialize super update_info( name: 'Method Theme RevSlider <= 3.0.95 Shell Upload', desc: 'This module exploits a file upload vulnerability in versions of '\ 'the Method 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 |