Skip to content

Commit 433532d

Browse files
committed
fix OptAddress
1 parent 65f9f8e commit 433532d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/netlm_downgrade.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info={})
4040

4141
register_options(
4242
[
43-
OptString.new( 'SMBHOST', [ true, 'IP Address where SMB host is listening to capture hashes.' ])
43+
OptAddress.new( 'SMBHOST', [ true, 'IP Address where SMB host is listening to capture hashes.' ])
4444
], self.class)
4545
end
4646

0 commit comments

Comments
 (0)