Skip to content

Commit

Permalink
Update censys meta
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Aug 26, 2020
1 parent cdf10dd commit c11194b
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion modules/sfp_censys.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,29 @@ class sfp_censys(SpiderFootPlugin):
'summary': "Obtain information from Censys.io",
'flags': ["apikey"],
'useCases': ["Investigate", "Passive"],
'categories': ["Search Engines"]
'categories': ["Search Engines"],
'dataSource': {
'website': "https://censys.io/",
'model': "FREE_AUTH_LIMITED",
'references': [
"https://censys.io/api",
"https://censys.io/product",
"https://censys.io/ipv4"
],
'apiKeyInstructions': [
"Visit https://censys.io/",
"Register a free account",
"Navigate to https://censys.io/account",
"Click on 'API'",
"The API key combination is listed under 'API ID' and 'Secret'"
],
'favIcon': "https://censys.io/assets/favicon.png",
'logo': "https://censys.io/assets/logo.png",
'description': "Discover exposures and other common entry points for attackers.\n"
"Censys scans the entire internet constantly, including obscure ports. "
"We use a combination of banner grabs and deep protocol handshakes "
"to provide industry-leading visibility and an accurate depiction of what is live on the internet.",
}
}

# Default options
Expand Down

0 comments on commit c11194b

Please sign in to comment.