Skip to content

Commit

Permalink
Update viewdns meta
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Aug 22, 2020
1 parent a55dcf9 commit 147b175
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion modules/sfp_viewdns.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,25 @@ class sfp_viewdns(SpiderFootPlugin):
'summary': "Reverse Whois lookups using ViewDNS.info.",
'flags': [ "apikey" ],
'useCases': [ "Investigate", "Passive" ],
'categories': [ "Search Engines" ]
'categories': [ "Search Engines" ],
'dataSource': {
'website': "https://viewdns.info/",
'model': "FREE_AUTH_LIMITED",
'references': [
"https://viewdns.info/api/docs",
"https://viewdns.info/api/"
],
'apiKeyInstructions': [
"Visit https://viewdns.info/api",
"Select a plan",
"Register an account",
"The API key will be sent to the registered email id"
],
'favIcon': "https://viewdns.info/apple-touch-icon.png",
'logo': "https://viewdns.info/images/viewdns_logo.gif",
'description': "The ViewDNS.info API allows webmasters to integrate the tools provided by ViewDNS.info "
"into their own sites in a simple and effective manner.",
}
}

# Default options
Expand Down

0 comments on commit 147b175

Please sign in to comment.