Skip to content

Commit 434bca0

Browse files
committed
Land rapid7#4613, auxiliary/server/capture/smb credential creation
2 parents 47d4acd + 488847c commit 434bca0

File tree

2 files changed

+427
-425
lines changed

2 files changed

+427
-425
lines changed

lib/msf/core/exploit/smb_server.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ module Exploit::Remote::SMBServer
2020
def initialize(info = {})
2121
super
2222

23+
deregister_options('SSL', 'SSLCert')
2324
register_options(
2425
[
25-
OptPort.new('SRVPORT', [ true, "The local port to listen on.", 445 ])
26+
OptPort.new('SRVPORT', [ true, "The local port to listen on.", 445 ])
2627
], self.class)
2728
end
2829

0 commit comments

Comments
 (0)