Skip to content

Commit

Permalink
Correctly set default SECRET
Browse files Browse the repository at this point in the history
  • Loading branch information
jhart-r7 committed Dec 4, 2014
1 parent 1e423f4 commit 743e9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/exploit/capture.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def initialize(info = {})

register_advanced_options(
[
OptInt.new('SECRET', [true, 'A 32-bit cookie for probe requests.', 'MSF!'.unpack('N')]),
OptInt.new('SECRET', [true, 'A 32-bit cookie for probe requests.', 'MSF!'.unpack('N').first]),
OptAddress.new('GATEWAY_PROBE_HOST',
[
true,
Expand Down

0 comments on commit 743e9fc

Please sign in to comment.