Method: Wpxf::Exploit::ImpressListingsReflectedXssShellUpload#run

Defined in:
lib/wpxf/modules/exploit/xss/reflected/impress_listings_reflected_xss_shell_upload.rb

#runObject



75
76
77
78
79
80
81
82
83
84
85
86
# File 'lib/wpxf/modules/exploit/xss/reflected/impress_listings_reflected_xss_shell_upload.rb', line 75

def run
  return false unless super

  @success = false
  emit_info 'Provide the URL below to the victim to begin the payload upload'
  puts
  puts initial_url
  puts

  start_http_server
  return @success
end