mirror of
https://github.com/FlatL1neAPT/TorghostNG
synced 2024-11-12 22:57:09 +00:00
Update torghostng.py
This commit is contained in:
parent
6abbe087e8
commit
4c89b8c2e6
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ iptables -X"""
|
|||
|
||||
update_commands = """cd ~ && rm -rf TorghostNG
|
||||
git clone https://github.com/gitkern3l/TorghostNG
|
||||
cd TorghostNG && sudo python3 install.py"""
|
||||
cd TorghostNG
|
||||
sudo python3 install.py && sudo python3 install.py"""
|
||||
|
||||
def banner():
|
||||
print(the_banner)
|
||||
|
|
Loading…
Reference in a new issue