From 1ce0717886993a7617708b5e0c6e1c45ea936be9 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 29 Dec 2020 18:20:41 +0000 Subject: [PATCH] updated sherlock run (my error) --- tools/others/socialmedia_finder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/others/socialmedia_finder.py b/tools/others/socialmedia_finder.py index 338ef96..89fb489 100644 --- a/tools/others/socialmedia_finder.py +++ b/tools/others/socialmedia_finder.py @@ -60,7 +60,7 @@ class Sherlock(HackingTool): def run(self): name = input("Enter Username >> ") - os.chdir("sherlock") + os.chdir('sherlock') subprocess.run(["sudo", "python3", "sherlock", f"{name}"])