We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3630388 commit fcc22d9Copy full SHA for fcc22d9
modules/auxiliary/gather/zoomeye_search.rb
@@ -21,9 +21,14 @@ def initialize(info={})
21
'Description' => %q{
22
The module use the ZoomEye API to search ZoomEye. ZoomEye is a search
23
engine for cyberspace that lets the user find specific network
24
- components(ip, services, etc.). Site: https://www.zoomeye.org/api/doc
+ components(ip, services, etc.).
25
},
26
'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
+ ],
32
'License' => MSF_LICENSE
33
))
34
0 commit comments