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

updated hatcloud run instructions

parent f6ab71da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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])