Unverified Commit a7798449 authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

update infoga install instructions

added python3 support and fixed a typo
parent 6cf4bcbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"