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 457c48b commit e2b92a8Copy full SHA for e2b92a8
modules/auxiliary/gather/dns_reverse_lookup.rb
@@ -17,8 +17,11 @@ def initialize(info = {})
17
This module performs DNS reverse lookup against a given IP range in order to
18
retrieve valid addresses and names.
19
},
20
- 'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>', # Base code
21
- 'Thanat0s <thanspam[at]trollprod[dot]org>'], # Output, Throttling & Db notes add
+ 'Author' =>
+ [
22
+ 'Carlos Perez <carlos_perez[at]darkoperator.com>', # Base code
23
+ 'Thanat0s <thanspam[at]trollprod[dot]org>' # Output, Throttling & Db notes add
24
+ ],
25
'License' => BSD_LICENSE
26
))
27
0 commit comments