Skip to content

Commit 1e423f4

Browse files
committed
Add missing opt ,
1 parent 52851d5 commit 1e423f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/capture.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def initialize(info = {})
4242
[
4343
true,
4444
'Send a TTL=1 random UDP datagram to this host to discover the default gateway\'s MAC',
45-
'www.metasploit.com'])
45+
'www.metasploit.com']),
4646
OptPort.new('GATEWAY_PROBE_PORT',
4747
[
4848
false,

0 commit comments

Comments
 (0)