You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
update infoga install instructions
added python3 support and fixed a typo
This commit is contained in:
@ -118,9 +118,9 @@ class Infoga(HackingTool):
|
|||||||
"(ip, hostname, country,...) from different public source"
|
"(ip, hostname, country,...) from different public source"
|
||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
"git clone https://github.com/m4ll0k/Infoga.git",
|
"git clone https://github.com/m4ll0k/Infoga.git",
|
||||||
"cd infoga;sudo python setup.py install"
|
"cd Infoga;sudo python3 setup.py install"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["cd infoga;python infoga.py"]
|
RUN_COMMANDS = ["cd Infoga;python3 infoga.py"]
|
||||||
PROJECT_URL = "https://github.com/m4ll0k/Infoga"
|
PROJECT_URL = "https://github.com/m4ll0k/Infoga"
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user