Rename autopwnv2 to just autopwn2
parent
802e2b5f68
commit
4f8f640189
|
@ -1,6 +1,6 @@
|
|||
###
|
||||
#
|
||||
# The Msf::Exploit::Remote::BrowserAutopwnv2 mixin is a replacement for the current BrowserAutoPwn.
|
||||
# The Msf::Exploit::Remote::BrowserAutopwn2 mixin is a replacement for the current BrowserAutoPwn.
|
||||
# It works with other components such as BrowserExploitServer, BrowserProfileManager, and BES-based
|
||||
# exploits to perform a faster and smarter automated client-side attack.
|
||||
#
|
||||
|
@ -9,7 +9,7 @@
|
|||
require 'date'
|
||||
|
||||
module Msf
|
||||
module Exploit::Remote::BrowserAutopwnv2
|
||||
module Exploit::Remote::BrowserAutopwn2
|
||||
|
||||
include Msf::Exploit::Remote::BrowserExploitServer
|
||||
|
|
@ -104,4 +104,4 @@ require 'msf/core/exploit/android'
|
|||
|
||||
# Browser Exploit Server
|
||||
require 'msf/core/exploit/remote/browser_exploit_server'
|
||||
require 'msf/core/exploit/browser_autopwnv2'
|
||||
require 'msf/core/exploit/browser_autopwn2'
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
require 'msf/core'
|
||||
class Metasploit3 < Msf::Auxiliary
|
||||
|
||||
include Msf::Exploit::Remote::BrowserAutopwnv2
|
||||
include Msf::Exploit::Remote::BrowserAutopwn2
|
||||
|
||||
def initialize(info={})
|
||||
super(update_info(info,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'msf/core'
|
||||
|
||||
describe Msf::Exploit::Remote::BrowserAutopwnv2 do
|
||||
describe Msf::Exploit::Remote::BrowserAutopwn2 do
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue