mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
updated hatcloud run instructions
This commit is contained in:
parent
f6ab71da12
commit
0db6806ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue