From 0db6806ef1981fe9da7b6572b52252a569ee52c2 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 29 Dec 2020 14:42:45 +0000 Subject: [PATCH] updated hatcloud run instructions --- tools/other_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])