Skip to content

Commit

Permalink
Update whatcms meta
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Aug 26, 2020
1 parent f768ca6 commit eca9c1c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion modules/sfp_whatcms.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,24 @@ class sfp_whatcms(SpiderFootPlugin):
'summary': "Check web technology using WhatCMS.org API.",
'flags': ["apikey", "slow"],
'useCases': ["Footprint", "Investigate", "Passive"],
'categories': ["Content Analysis"]
'categories': ["Content Analysis"],
'dataSource': {
'website': "https://whatcms.org/",
'model': "FREE_AUTH_LIMITED",
'references': [
"https://whatcms.org/API",
"https://whatcms.org/Documentation"
],
'apiKeyInstructions': [
"Visit https://whatcms.org/API",
"Register a free account",
"Navigate to https://whatcms.org/APIKey",
"The API key is listed under 'Your API Key'"
],
'favIcon': "https://whatcms.org/themes/what_bootstrap4/favicon.ico",
'logo': "https://whatcms.org/themes/what_bootstrap4/favicon.ico",
'description': "Detect what CMS a site is using.",
}
}

# Default options
Expand Down

0 comments on commit eca9c1c

Please sign in to comment.