Skip to content

Commit 7d6a78b

Browse files
committed
Remove report aux
1 parent 555140b commit 7d6a78b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/windows/smb/psexec_psh.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
require 'msf/core/exploit/powershell'
1212

1313
class Metasploit3 < Msf::Exploit::Remote
14-
Rank = ManualRanking
14+
Rank = ManualRanking
1515

1616
# Exploit mixins should be called first
1717
include Msf::Exploit::Remote::SMB::Psexec
1818
include Msf::Exploit::Powershell
19-
include Msf::Auxiliary::Report
2019
include Msf::Exploit::EXE
2120

2221
def initialize(info = {})

0 commit comments

Comments
 (0)