mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
updated striker run
no longer using os.subproccess as it doesn't work
This commit is contained in:
parent
98ea0036e1
commit
0d0f43b4d8
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class Striker(HackingTool):
|
|||
|
||||
def run(self):
|
||||
site = input("Enter Site Name (example.com) >> ")
|
||||
os.system("cd Striker;")
|
||||
os.chdir("Striker")
|
||||
subprocess.run(["sudo", "python3", "striker.py", site])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue