You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
updated sherlock run instructions
This commit is contained in:
@ -60,7 +60,7 @@ class Sherlock(HackingTool):
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
name = input("Enter Username >> ")
|
name = input("Enter Username >> ")
|
||||||
os.system("cd sherlock;")
|
os.chdir("sherlock")
|
||||||
subprocess.run(["sudo", "python3", "sherlock", f"{name}"])
|
subprocess.run(["sudo", "python3", "sherlock", f"{name}"])
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user