From a28454ae2f23fa8d5ce1717d8dd2c724f4283004 Mon Sep 17 00:00:00 2001 From: dorp007 <77176615+dorp007@users.noreply.github.com> Date: Mon, 18 Oct 2021 18:11:28 +0300 Subject: [PATCH] Update to data.jason Added dangerousthings.com as a part of the list so that you are able to see if a "user" is interested in Biohacking. Just in case the forum is a tight community and very few people have interest in the site's offerings so I think it's a good thing to know about your target in an OSINT investigation of some sort. --- sherlock/resources/data.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 03a5405a..3668b4d9 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2155,4 +2155,11 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +}, + "BioHacking": { + "errorType": "status_code", + "url": "https://forum.dangerousthings.com/u/{}", + "urlMain": "https://forum.dangerousthings.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + },