mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
update infoga install instructions
added python3 support and fixed a typo
This commit is contained in:
parent
6cf4bcbfc8
commit
a779844944
1 changed files with 2 additions and 2 deletions
|
|
@ -118,9 +118,9 @@ class Infoga(HackingTool):
|
|||
"(ip, hostname, country,...) from different public source"
|
||||
INSTALL_COMMANDS = [
|
||||
"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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue