You've already forked hackingtool
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:
@ -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])
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user