diff --git a/tools/other_tools.py b/tools/other_tools.py index b7c8910..0b8cbd5 100644 --- a/tools/other_tools.py +++ b/tools/other_tools.py @@ -25,7 +25,7 @@ class HatCloud(HackingTool): def run(self): site = input("Enter Site >> ") - os.system("cd HatCloud;") + os.chdir("HatCloud") subprocess.run(["sudo", "ruby", "hatcloud.rb", "-b", site])