1
0
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:
Greatest125
2020-12-29 18:08:15 +00:00
committed by GitHub
parent 912e332c48
commit e72b531b85

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