From 1fdbd218e749e00f3b5d1a279c888f287af198fc Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 5 Nov 2020 17:34:17 +0100 Subject: [PATCH] fixed VirusTotal false positive --- sherlock/resources/data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 83d5fe59..eddb71f5 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1660,10 +1660,11 @@ "username_unclaimed": "noonewouldeverusethis7" }, "VirusTotal": { - "errorMsg": "not found", - "errorType": "message", + "errorType": "status_code", "url": "https://www.virustotal.com/ui/users/{}/trusted_users", + "urlProbe": "https://www.virustotal.com/ui/users/{}/avatar", "urlMain": "https://www.virustotal.com/", + "request_head_only": false, "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" },