mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
updated striker run
no longer using os.subproccess as it doesn't work
This commit is contained in:
parent
98ea0036e1
commit
0d0f43b4d8
@ -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 New Issue
Block a user