Skip to content

Commit fcc22d9

Browse files
committed
add module references info
1 parent 3630388 commit fcc22d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/auxiliary/gather/zoomeye_search.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ def initialize(info={})
2121
'Description' => %q{
2222
The module use the ZoomEye API to search ZoomEye. ZoomEye is a search
2323
engine for cyberspace that lets the user find specific network
24-
components(ip, services, etc.). Site: https://www.zoomeye.org/api/doc
24+
components(ip, services, etc.).
2525
},
2626
'Author' => [ 'Nixawk' ],
27+
'References' => [
28+
['URL', 'https://github.com/zoomeye/SDK'],
29+
['URL', 'https://www.zoomeye.org/api/doc'],
30+
['URL', 'https://www.zoomeye.org/help/manual']
31+
],
2732
'License' => MSF_LICENSE
2833
))
2934

0 commit comments

Comments
 (0)