Unverified Commit 1ce07178 authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

updated sherlock run (my error)

parent e72b531b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}"])