From a228a00753b44dad3e7f0c635ae75ecc8fd731af Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sat, 7 Dec 2019 17:25:18 -0600 Subject: [PATCH] Clarify meaning of "Total Websites" count. It is really "Total Websites Username Detected On". --- sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock.py b/sherlock.py index 0ff289ae..a2b84513 100755 --- a/sherlock.py +++ b/sherlock.py @@ -616,7 +616,7 @@ def main(): if dictionary.get("exists") == "yes": exists_counter += 1 file.write(dictionary["url_user"] + "\n") - file.write("Total Websites : {}".format(exists_counter)) + file.write(f"Total Websites Username Detected On : {exists_counter}") file.close() if args.csv == True: