1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

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

View File

@ -60,7 +60,7 @@ class Sherlock(HackingTool):
def run(self): def run(self):
name = input("Enter Username >> ") name = input("Enter Username >> ")
os.chdir("sherlock") os.chdir('sherlock')
subprocess.run(["sudo", "python3", "sherlock", f"{name}"]) subprocess.run(["sudo", "python3", "sherlock", f"{name}"])