diff --git a/tools/information_gathering_tools.py b/tools/information_gathering_tools.py index a81258b..8df6baf 100644 --- a/tools/information_gathering_tools.py +++ b/tools/information_gathering_tools.py @@ -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])