1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

updated hatcloud run instructions

This commit is contained in:
Greatest125
2020-12-29 14:42:45 +00:00
committed by GitHub
parent f6ab71da12
commit 0db6806ef1

View File

@ -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])