From a02b700dd9f5148aa3e3ee687169227ba7514e6b Mon Sep 17 00:00:00 2001 From: Dallas Mister Date: Sun, 18 Feb 2024 00:02:38 -0500 Subject: [PATCH] Fixes incorrect Infoga links --- tools/information_gathering_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 tools/information_gathering_tools.py diff --git a/tools/information_gathering_tools.py b/tools/information_gathering_tools.py old mode 100644 new mode 100755 index 65b0169a..ee15464e --- a/tools/information_gathering_tools.py +++ b/tools/information_gathering_tools.py @@ -117,11 +117,11 @@ class Infoga(HackingTool): DESCRIPTION = "Infoga is a tool gathering email accounts information\n" \ "(ip, hostname, country,...) from different public source" INSTALL_COMMANDS = [ - "git clone https://github.com/m4ll0k/Infoga.git", + "git clone https://github.com/robertswin/Infoga.git", "cd Infoga;sudo python3 setup.py install" ] RUN_COMMANDS = ["cd Infoga;python3 infoga.py"] - PROJECT_URL = "https://github.com/m4ll0k/Infoga" + PROJECT_URL = "https://github.com/robertswin/Infoga" class ReconDog(HackingTool):