Skip to content

Commit 4f8f640

Browse files
committed
Rename autopwnv2 to just autopwn2
1 parent 802e2b5 commit 4f8f640

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lib/msf/core/exploit/browser_autopwnv2.rb renamed to lib/msf/core/exploit/browser_autopwn2.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###
22
#
3-
# The Msf::Exploit::Remote::BrowserAutopwnv2 mixin is a replacement for the current BrowserAutoPwn.
3+
# The Msf::Exploit::Remote::BrowserAutopwn2 mixin is a replacement for the current BrowserAutoPwn.
44
# It works with other components such as BrowserExploitServer, BrowserProfileManager, and BES-based
55
# exploits to perform a faster and smarter automated client-side attack.
66
#
@@ -9,7 +9,7 @@
99
require 'date'
1010

1111
module Msf
12-
module Exploit::Remote::BrowserAutopwnv2
12+
module Exploit::Remote::BrowserAutopwn2
1313

1414
include Msf::Exploit::Remote::BrowserExploitServer
1515

lib/msf/core/exploit/mixins.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@
104104

105105
# Browser Exploit Server
106106
require 'msf/core/exploit/remote/browser_exploit_server'
107-
require 'msf/core/exploit/browser_autopwnv2'
107+
require 'msf/core/exploit/browser_autopwn2'

modules/auxiliary/server/browser_autopwn2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require 'msf/core'
77
class Metasploit3 < Msf::Auxiliary
88

9-
include Msf::Exploit::Remote::BrowserAutopwnv2
9+
include Msf::Exploit::Remote::BrowserAutopwn2
1010

1111
def initialize(info={})
1212
super(update_info(info,

spec/lib/msf/core/exploit/browser_autopwnv2_spec.rb renamed to spec/lib/msf/core/exploit/browser_autopwn2_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'msf/core'
22

3-
describe Msf::Exploit::Remote::BrowserAutopwnv2 do
3+
describe Msf::Exploit::Remote::BrowserAutopwn2 do
44

55

66

0 commit comments

Comments
 (0)