Skip to content

Commit

Permalink
Update whoisology meta
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Aug 26, 2020
1 parent 85bf578 commit 65ff124
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/sfp_whoisology.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,18 @@ class sfp_whoisology(SpiderFootPlugin):
'categories': [ "Search Engines" ],
'dataSource': {
'website': "https://whoisology.com/",
'model': "FREE_NOAUTH_UNLIMITED",
'model': "COMMERCIAL_ONLY",
'references': [
"https://whoisology.com/whois-database-download",
"https://whoisology.com/tutorial"
],
'apiKeyInstructions': [
"Visit https://whoisology.com/",
"Register a free account",
"Navigate to https://whoisology.com/account",
"Click on API Access",
"Pay for Access and receive the API Key"
],
'favIcon': "https://whoisology.com/img/w-logo.png",
'logo': "https://whoisology.com/assets/images/il1.gif",
'description': "Whoisology is a domain name ownership archive with literally billions of searchable and cross referenced domain name whois records.\n"
Expand Down

0 comments on commit 65ff124

Please sign in to comment.