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

updated sherlock run instructions

parent 912e332c
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.system("cd sherlock;")
        os.chdir("sherlock")
        subprocess.run(["sudo", "python3", "sherlock", f"{name}"])