mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
updated run ufonet run instructions to python3
This commit is contained in:
parent
f75c2225c9
commit
c154698de9
@ -47,7 +47,7 @@ class UFONet(HackingTool):
|
||||
"sudo git clone https://github.com/epsylon/ufonet.git",
|
||||
"cd ufonet;sudo python3 setup.py install;sudo pip3 install GeoIP;sudo pip3 install python-geoip;sudo pip3 install pygeoip;sudo pip3 install requests;sudo pip3 install pycrypto;sudo pip3 install pycurl;sudo pip3 install whois;sudo pip3 install scapy-python3"
|
||||
]
|
||||
RUN_COMMANDS = ["sudo ./ufonet --gui"]
|
||||
RUN_COMMANDS = ["sudo python3 ufonet --gui"]
|
||||
PROJECT_URL = "https://github.com/epsylon/ufonet"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user