From 74e07a7c6ba7972efd38cf357085a704eb1bd1fe Mon Sep 17 00:00:00 2001 From: Mitch Smith Date: Wed, 28 Aug 2024 16:16:01 +1000 Subject: [PATCH] Updated search URI for Censys and added extra tools that I think are great --- .gitignore | 1 + tools.json | 22 +++++++++++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 87a3246..929f940 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ deprecated/ .vscode/ *.code-workspace +*.sln notes.md \ No newline at end of file diff --git a/tools.json b/tools.json index abd657e..0762042 100644 --- a/tools.json +++ b/tools.json @@ -1,20 +1,28 @@ [ { "Name": "Shodan", - "URL": "https://www.shodan.io/host/{0}", + "URL": "https://www.shodan.io/search?query={0}", "Categories": [ "ip" ], "Enabled": true }, { - "Name": "GreyNoise", + "Name": "GreyNoise (IP)", "URL": "https://viz.greynoise.io/ip/{0}", "Categories": [ "ip" ], "Enabled": true }, + { + "Name": "GreyNoise (Domain)", + "URL": "https://viz.greynoise.io/query/{0}", + "Categories": [ + "domain" + ], + "Enabled": true + }, { "Name": "Spur", "URL": "https://spur.us/app/context?q={0}", @@ -23,6 +31,14 @@ ], "Enabled": true }, + { + "Name": "IPinfo", + "URL": "https://ipinfo.io/{0}", + "Categories": [ + "ip" + ], + "Enabled": true + }, { "Name": "VirusTotal", "URL": "https://www.virustotal.com/gui/search/{0}", @@ -35,7 +51,7 @@ }, { "Name": "Censys", - "URL": "https://search.censys.io/hosts/{0}", + "URL": "https://search.censys.io/search?resource=hosts&q={0}", "Categories": [ "ip", "domain"