Skip to content

Commit

Permalink
Merge pull request #293 from TheDeveloperOps/master
Browse files Browse the repository at this point in the history
Update phising_attack.py
  • Loading branch information
Z4nzu authored Oct 2, 2022
2 parents f9d8732 + 15c3d75 commit 6bc9d34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/phising_attack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6bc9d34

Please sign in to comment.