Skip to content

Commit ef89a3d

Browse files
committed
Add protocol reference
1 parent 9c97824 commit ef89a3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/auxiliary/gather/memcached_extractor.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ def initialize(info = {})
1818
finds the keys and values stored in those slabs.
1919
),
2020
'Author' => [ 'Paul Deardorff <paul_deardorff[at]rapid7.com>' ],
21-
'License' => MSF_LICENSE
21+
'License' => MSF_LICENSE,
22+
'References' =>
23+
[
24+
['URL', 'https://github.com/memcached/memcached/blob/master/doc/protocol.txt']
25+
]
2226
))
2327

2428
register_options(

0 commit comments

Comments
 (0)