1
0
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:
Greatest125
2020-12-25 17:10:55 -05:00
committed by GitHub
parent 6cf4bcbfc8
commit a779844944

View File

@ -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"