Skip to content

Commit 0e57808

Browse files
wchen-r7busterb
authored andcommitted
Update to class name MetasploitModule
1 parent 47b1320 commit 0e57808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/exploits/windows/local/ps_persist.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'msf/core/post/windows/powershell'
99
require 'msf/core/exploit/powershell/dot_net'
1010

11-
class Metasploit3 < Msf::Exploit::Local
11+
class MetasploitModule < Msf::Exploit::Local
1212
Rank = ExcellentRanking
1313

1414
include Msf::Post::Windows::Services

modules/post/windows/manage/powershell/build_net_code.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'msf/core/post/windows/powershell'
99
require 'msf/core/exploit/powershell/dot_net'
1010

11-
class Metasploit3 < Msf::Post
11+
class MetasploitModule < Msf::Post
1212
Rank = ExcellentRanking
1313

1414
include Msf::Post::Windows::Powershell

0 commit comments

Comments
 (0)