updated sherlock run instructions

This commit is contained in:
Greatest125 2020-12-29 18:08:15 +00:00 committed by GitHub
parent 912e332c48
commit e72b531b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"])