Skip to content

Commit

Permalink
Append http/s to links in steps
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Aug 26, 2020
1 parent f768ca6 commit d6eb074
Show file tree
Hide file tree
Showing 44 changed files with 69 additions and 69 deletions.
6 changes: 3 additions & 3 deletions modules/sfp_abusech.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ class sfp_abusech(SpiderFootPlugin):
"The API key is listed under 'Your API Key'",
"Visit https://igotphished.abuse.ch/api/",
"Request an API key from the email listed under 'Submit data to I Got Phished'",
"Visit urlhaus.abuse.ch/api/",
"Login using a Twitter Account at urlhaus.abuse.ch/login/",
"Navigate to urlhaus.abuse.ch/api/#account",
"Visit https://urlhaus.abuse.ch/api/",
"Login using a Twitter Account at https://urlhaus.abuse.ch/login/",
"Navigate to https://urlhaus.abuse.ch/api/#account",
"The API Key is listed under 'API-Key'"
],
'favIcon': "https://abuse.ch/favicon.ico",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_abuseipdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ class sfp_abuseipdb(SpiderFootPlugin):
"https://www.abuseipdb.com/categories"
],
'apiKeyInstructions': [
"Visit www.abuseipdb.com/pricing",
"Visit https://www.abuseipdb.com/pricing",
"Select the plan required",
"Register a new account with an email",
"Navigate to www.abuseipdb.com/account/api",
"Navigate to https://www.abuseipdb.com/account/api",
"The API Key is listed under 'Keys'"
],
'favIcon': "https://www.abuseipdb.com/favicon.ico",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_alienvault.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ class sfp_alienvault(SpiderFootPlugin):
"https://otx.alienvault.com/browse/"
],
'apiKeyInstructions': [
"Visit otx.alienvault.com/",
"Visit https://otx.alienvault.com/",
"Sign up for a free account",
"Navigate to otx.alienvault.com/settings",
"Navigate to https://otx.alienvault.com/settings",
"The API key is listed under 'OTX Key'"
],
'favIcon': "https://www.google.com/s2/favicons?domain=https://otx.alienvault.com/",
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_badpackets.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class sfp_badpackets(SpiderFootPlugin):
"https://docs.badpackets.net/"
],
'apiKeyInstructions': [
"Visit badpackets.net/pricing/",
"Visit https://badpackets.net/pricing/",
"Select a monthly plan",
"Fill out the contact form",
"BadPackets will reach out to you with your API key"
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_binaryedge.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class sfp_binaryedge(SpiderFootPlugin):
"https://www.binaryedge.io/data.html"
],
'apiKeyInstructions': [
"Visit www.binaryedge.io/pricing.html",
"Visit https://www.binaryedge.io/pricing.html",
"Select a plan",
"Sign up with new account",
"Go to Account",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_builtwith.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class sfp_builtwith(SpiderFootPlugin):
"https://builtwith.com/faq"
],
'apiKeyInstructions': [
"Visit api.builtwith.com/free-api",
"Visit https://api.builtwith.com/free-api",
"Register a free account",
"Navigate to api.builtwith.com/free-api",
"Navigate to https://api.builtwith.com/free-api",
"The API key is listed under 'Your API Key'"
],
'favIcon': "https://d28rh9vvmrd65v.cloudfront.net/favicon.ico",
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_circllu.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class sfp_circllu(SpiderFootPlugin):
"https://www.circl.lu/projects"
],
'apiKeyInstructions': [
"Visit www.circl.lu/contact/",
"Visit https://www.circl.lu/contact/",
"Contact with email or phone to request access for API",
"The API access will be provided once approved"
],
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_citadel.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class sfp_citadel(SpiderFootPlugin):
"https://leak-lookup.com/databases"
],
'apiKeyInstructions': [
"Visit leak-lookup.com",
"Visit https://leak-lookup.com",
"Register an account",
"Login to your account",
"Click on 'Account'",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_clearbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class sfp_clearbit(SpiderFootPlugin):
"https://clearbit.com/docs"
],
'apiKeyInstructions': [
"Visit clearbit.com",
"Visit https://clearbit.com",
"Register account for a Free Trial",
"Navigate to dashboard.clearbit.com/api",
"Navigate to https://dashboard.clearbit.com/api",
"The API key is listed under 'Your API Key'"
],
'favIcon': "https://clearbit.com/assets/site/logo.png",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_dnsgrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ class sfp_dnsgrep(SpiderFootPlugin):
"https://www.rapid7.com/about/research"
],
'apiKeyInstructions': [
"Visit opendata.rapid7.com/apihelp/",
"Visit https://opendata.rapid7.com/apihelp/",
"Submit form requesting for access",
"After getting access, navigate to insight.rapid7.com/platform#/apiKeyManagement",
"After getting access, navigate to https://insight.rapid7.com/platform#/apiKeyManagement",
"Create an User Key",
"The API key will be listed after creation"
],
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_emailcrawlr.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class sfp_emailcrawlr(SpiderFootPlugin):
"https://emailcrawlr.com/docs"
],
'apiKeyInstructions': [
"Visit emailcrawlr.com",
"Visit https://emailcrawlr.com",
"Sign up for free account",
"Navigate to emailcrawlr.com/dashboard",
"Navigate to https://emailcrawlr.com/dashboard",
"The API key is listed under 'API Key'"
],
'favIcon': "https://emailcrawlr.com/assets/fav-165eaa698b0dc774f0b250fadb2b41266e4c70dfbd7fb5fd4413e4bdecfd229d.png",
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_emailrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class sfp_emailrep(SpiderFootPlugin):
"https://docs.emailrep.io/"
],
'apiKeyInstructions': [
"Visit emailrep.io/free",
"Visit https://emailrep.io/free",
"Request a free API Key",
"The API key will be sent to registered email account on approval"
],
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_fraudguard.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ class sfp_fraudguard(SpiderFootPlugin):
"https://faq.fraudguard.io/"
],
'apiKeyInstructions': [
"Visit app.fraudguard.io/register",
"Visit https://app.fraudguard.io/register",
"Register a free account",
"Navigate to app.fraudguard.io/keys",
"Navigate to https://app.fraudguard.io/keys",
"The API key combination is listed under Username and Password"
],
'favIcon': "https://fraudguard.io/img/favicon.ico",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_fullcontact.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ class sfp_fullcontact(SpiderFootPlugin):
"https://www.fullcontact.com/faq/"
],
'apiKeyInstructions': [
"Visit fullcontact.com",
"Visit https://fullcontact.com",
"Register a free account",
"Navigate to dashboard.fullcontact.com",
"Navigate to https://dashboard.fullcontact.com",
"Click on 'Get an API Key'",
"Verify your account using your contact number",
"The API Key will be listed under 'Your API Keys'"
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_googlemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ class sfp_googlemaps(SpiderFootPlugin):
"https://developers.google.com/maps/documentation/?_ga=2.135220017.1220421370.1587340370-900596925.1587340370"
],
'apiKeyInstructions': [
"Visit cloud.google.com/maps-platform/",
"Visit https://cloud.google.com/maps-platform/",
"Register a free Google account",
"Click on 'Get Started'",
"Click on 'API'",
"Select the type of API",
"Navigate to console.cloud.google.com/apis/credentials",
"Navigate to https://console.cloud.google.com/apis/credentials",
"Click on 'Credentials'",
"The API Key will be listed under 'API Keys'"
],
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_googlesearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class sfp_googlesearch(SpiderFootPlugin):
"https://cse.google.com/cse"
],
'apiKeyInstructions': [
"Visit developers.google.com/custom-search/v1/introduction",
"Visit https://developers.google.com/custom-search/v1/introduction",
"Register a free Google account",
"Click on 'Get A Key'",
"Connect a Project",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_greynoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ class sfp_greynoise(SpiderFootPlugin):
"https://greynoise.io/faq"
],
'apiKeyInstructions': [
"Visit greynoise.io/start",
"Visit https://greynoise.io/start",
"Sign up for a free account",
"Navigate to viz.greynoise.io/account",
"Navigate to https://viz.greynoise.io/account",
"The API key is listed under 'API Key'"
],
'favIcon': "https://images.squarespace-cdn.com/content/v1/59c94f7de5dd5bc27643cfec/1515180784460-Q9F9GZ2FAIS3RY2UTGWN/ke17ZwdGBToddI8pDm48kFHWzgSH27ZAa1xr1ZK0Wg-oCXeSvxnTEQmG4uwOsdIceAoHiyRoc52GMN5_2H8Wp5iYt049DnwfYKhjLn0DeccIKHlHqVEMKuKBm52PGcc4mK60CANOrFfnj5Qv8IlCgw/favicon.ico?format=",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_honeypot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class sfp_honeypot(SpiderFootPlugin):
"https://www.projecthoneypot.org/faq.php"
],
'apiKeyInstructions': [
"Visit www.projecthoneypot.org",
"Visit https://www.projecthoneypot.org",
"Sign up for a free account",
"Navigate to www.projecthoneypot.org/httpbl_configure.php'",
"Navigate to https://www.projecthoneypot.org/httpbl_configure.php'",
"Request for an API key",
"The API key is listed under 'Your http:BL Access Key'"
],
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_hunter.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class sfp_hunter(SpiderFootPlugin):
"https://hunter.io/api"
],
'apiKeyInstructions': [
"Visit hunter.io/",
"Visit https://hunter.io/",
"Sign up for a free account",
"Click on 'Account Settings'",
"Click on 'API'",
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_hybrid_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class sfp_hybrid_analysis(SpiderFootPlugin):
'apiKeyInstructions': [
"Visit https://www.hybrid-analysis.com/signup",
"Register a free account",
"Navigate to www.hybrid-analysis.com/my-account?tab=%23api-key-tab",
"Navigate to https://www.hybrid-analysis.com/my-account?tab=%23api-key-tab",
"Create an API Key",
"The API key is listed under 'API Key'"
],
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_iknowwhatyoudownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class sfp_iknowwhatyoudownload(SpiderFootPlugin):
"https://iknowwhatyoudownload.com/en/peer/"
],
'apiKeyInstructions': [
"Visit iknowwhatyoudownload.com/en/api/",
"Visit https://iknowwhatyoudownload.com/en/api/",
"Request Demo Key with email id",
"The API key will be sent to your email"
],
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_intelx.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ class sfp_intelx(SpiderFootPlugin):
"https://github.com/IntelligenceX/SDK"
],
'apiKeyInstructions': [
"Visit intelx.io/",
"Visit https://intelx.io/",
"Register a free account",
"Navigate to intelx.io/account?tab=developer",
"Navigate to https://intelx.io/account?tab=developer",
"The API key is listed under 'Your API details'"
],
'favIcon': "https://intelx.io/favicon/favicon-32x32.png",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_ipinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class sfp_ipinfo(SpiderFootPlugin):
"https://ipinfo.io/developers"
],
'apiKeyInstructions': [
"Visit ipinfo.io/",
"Visit https://ipinfo.io/",
"Sign up for a free account",
"Navigate to ipinfo.io/account",
"Navigate to https://ipinfo.io/account",
"The API key is listed above 'is your access token'"
],
'favIcon': "https://ipinfo.io/static/favicon-96x96.png?v3",
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_ipstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class sfp_ipstack(SpiderFootPlugin):
"https://ipstack.com/faq"
],
'apiKeyInstructions': [
"Visit ipstack.com/product",
"Visit https://ipstack.com/product",
"Click on 'Get Free API Key'",
"Click on 'Dashboard'",
"The API key is listed under 'Your API Access Key'"
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_jsonwhoiscom.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class sfp_jsonwhoiscom(SpiderFootPlugin):
"https://jsonwhois.com/docs"
],
'apiKeyInstructions': [
"Visit jsonwhois.com",
"Visit https://jsonwhois.com",
"Sign up for a free account",
"Navigate to jsonwhois.com/dashboard",
"Navigate to https://jsonwhois.com/dashboard",
"The API key is listed under 'Api Key'"
],
'favIcon': "https://jsonwhois.com/assets/fav.ico",
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_malwarepatrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class sfp_malwarepatrol(SpiderFootPlugin):
"https://www.malwarepatrol.net/non-commercial/#lists"
],
'apiKeyInstructions': [
"Visit www.malwarepatrol.net/free-guard-block-list/",
"Visit https://www.malwarepatrol.net/free-guard-block-list/",
"Register a free account",
"The Password/Receipt number will be mailed to your email"
],
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_networksdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class sfp_networksdb(SpiderFootPlugin):
"https://networksdb.io/api/docs"
],
'apiKeyInstructions': [
"Visit networksdb.io/api/order/free",
"Visit https://networksdb.io/api/order/free",
"Register a free account",
"Click on 'Generate a Free API Key'",
"The API key is listed under 'API Key: Free plan'"
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_neutrinoapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class sfp_neutrinoapi(SpiderFootPlugin):
"https://www.neutrinoapi.com/api/phone-validate/"
],
'apiKeyInstructions': [
"Visit www.neutrinoapi.com/",
"Visit https://www.neutrinoapi.com/",
"Sign up for a free account",
"Click on 'My Account'",
"The API key is listed under 'Master Key'"
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_numverify.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class sfp_numverify(SpiderFootPlugin):
"https://numverify.com/faq"
],
'apiKeyInstructions': [
"Visit numverify.com",
"Visit https://numverify.com",
"Sign up for a free account",
"Navigate to numverify.com/dashboard",
"Navigate to https://numverify.com/dashboard",
"The API key is listed under 'Your API Access Key'"
],
'favIcon': "https://numverify.com/images/icons/numverify_shortcut_icon.ico",
Expand Down
2 changes: 1 addition & 1 deletion modules/sfp_pastebin.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class sfp_pastebin(SpiderFootPlugin):
"https://pastebin.com/faq"
],
'apiKeyInstructions': [
"Visit developers.google.com/custom-search/v1/introduction",
"Visit https://developers.google.com/custom-search/v1/introduction",
"Register a free Google account",
"Click on 'Get A Key'",
"Connect a Project",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_pulsedive.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class sfp_pulsedive(SpiderFootPlugin):
"https://pulsedive.com/api/"
],
'apiKeyInstructions': [
"Visit pulsedive.com",
"Visit https://pulsedive.com",
"Register a free account",
"Navigate to pulsedive.com/account",
"Navigate to https://pulsedive.com/account",
"The API key is listed under 'Your API Key'"
],
'favIcon': "https://pulsedive.com/favicon.ico?v=3.9.72",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_riskiq.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class sfp_riskiq(SpiderFootPlugin):
"https://api.riskiq.net/api/concepts.html"
],
'apiKeyInstructions': [
"Visit community.riskiq.com/home",
"Visit https://community.riskiq.com/home",
"Register a free account",
"Navigate to community.riskiq.com/settings",
"Navigate to https://community.riskiq.com/settings",
"Click on 'Show' beside 'User'",
"The API Key combination will be under 'Key' and 'Secret'"
],
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_securitytrails.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class sfp_securitytrails(SpiderFootPlugin):
"https://docs.securitytrails.com/reference#general"
],
'apiKeyInstructions': [
"Visit securitytrails.com",
"Visit https://securitytrails.com",
"Register a free account",
"Navigate to securitytrails.com/app/account/credentials",
"Navigate to https://securitytrails.com/app/account/credentials",
"The API key is listed under 'API Key'"
],
'favIcon': "https://securitytrails.com/user/themes/lego/favicon/apple-touch-icon.png",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_shodan.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ class sfp_shodan(SpiderFootPlugin):
"https://developer.shodan.io/apps"
],
'apiKeyInstructions': [
"Visit shodan.io",
"Visit https://shodan.io",
"Register a free account",
"Navigate to account.shodan.io/",
"Navigate to https://account.shodan.io/",
"The API key is listed under 'API Key'"
],
'favIcon': "https://static.shodan.io/shodan/img/favicon.png",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_snov.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class sfp_snov(SpiderFootPlugin):
"https://snov.io/api"
],
'apiKeyInstructions': [
"Visit snov.io",
"Visit https://snov.io",
"Register a free account",
"Navigate to app.snov.io/api-setting",
"Navigate to https://app.snov.io/api-setting",
"The API key combination is listed under 'API User ID' and 'API Secret'"
],
'favIcon': "https://snov.io/img/favicon/favicon-96x96.png",
Expand Down
4 changes: 2 additions & 2 deletions modules/sfp_spur.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ class sfp_spur(SpiderFootPlugin):
"https://spur.us/api"
],
'apiKeyInstructions': [
"Visit spur.us",
"Visit https://spur.us",
"Register an account",
"Pay for a subscription",
"Navigate to spur.us/app/context/tokens",
"Navigate to https://spur.us/app/context/tokens",
"The API key is listed under 'Token'"
],
'favIcon': "https://www.google.com/s2/favicons?domain=https://spur.us",
Expand Down
Loading

0 comments on commit d6eb074

Please sign in to comment.