mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
updated sherlock run instructions
This commit is contained in:
parent
912e332c48
commit
e72b531b85
@ -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}"])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user