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 c8b7b94 commit 3e500a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.linting.enabled": false
}
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 3e500a4

Please sign in to comment.