Unverified Commit 0d0f43b4 authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

updated striker run

no longer using os.subproccess as it doesn't work
parent 98ea0036
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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])