mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
updated ufonet install for python3
also gets kali dependencies
This commit is contained in:
parent
6424894c59
commit
f75c2225c9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class UFONet(HackingTool):
|
|||
"More Usage Visit"
|
||||
INSTALL_COMMANDS = [
|
||||
"sudo git clone https://github.com/epsylon/ufonet.git",
|
||||
"cd ufonet;sudo python setup.py install"
|
||||
"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"]
|
||||
PROJECT_URL = "https://github.com/epsylon/ufonet"
|
||||
|
|
|
|||
Loading…
Reference in a new issue