We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e423f4 commit 743e9fcCopy full SHA for 743e9fc
1 file changed
lib/msf/core/exploit/capture.rb
@@ -37,7 +37,7 @@ def initialize(info = {})
37
38
register_advanced_options(
39
[
40
- 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]),
41
OptAddress.new('GATEWAY_PROBE_HOST',
42
43
true,
0 commit comments