From 15c3d75853f2d084b665e89bd31ffbabc2f8666c Mon Sep 17 00:00:00 2001 From: BALA MURUGAN GANESAN <82383377+TheDeveloperOps@users.noreply.github.com> Date: Mon, 26 Sep 2022 17:57:09 +0530 Subject: [PATCH] Update phising_attack.py I have updated one depricated phishing attack tool from this (https://github.com/DarkSecDevelopers/HiddenEye) to this https://github.com/Morsmalleo/HiddenEye . --- tools/phising_attack.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index 9b30a6c..b03fe0f 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -32,13 +32,13 @@ class HiddenEye(HackingTool): TITLE = "HiddenEye" DESCRIPTION = "Modern Phishing Tool With Advanced Functionality And " \ "Multiple Tunnelling Services \n" \ - "\t [!]https://github.com/DarkSecDevelopers/HiddenEye" + "\t [!]https://github.com/Morsmalleo/HiddenEye" INSTALL_COMMANDS = [ - "sudo git clone https://github.com/DarkSecDevelopers/HiddenEye.git ;sudo chmod 777 HiddenEye", + "sudo git clone https://github.com/Morsmalleo/HiddenEye.git ;sudo chmod 777 HiddenEye", "cd HiddenEye;sudo pip3 install -r requirements.txt;sudo pip3 install requests;pip3 install pyngrok" ] RUN_COMMANDS = ["cd HiddenEye;sudo python3 HiddenEye.py"] - PROJECT_URL = "https://github.com/DarkSecDevelopers/HiddenEye" + PROJECT_URL = "https://github.com/Morsmalleo/HiddenEye.git" class Evilginx2(HackingTool):