updated sherlock run (my error)

This commit is contained in:
Greatest125 2020-12-29 18:20:41 +00:00 committed by GitHub
parent e72b531b85
commit 1ce0717886
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.chdir("sherlock")
os.chdir('sherlock')
subprocess.run(["sudo", "python3", "sherlock", f"{name}"])