mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-15 04:05:29 +00:00
Merge pull request #293 from TheDeveloperOps/master
Update phising_attack.py
This commit is contained in:
commit
6bc9d34be8
@ -32,13 +32,13 @@ class HiddenEye(HackingTool):
|
|||||||
TITLE = "HiddenEye"
|
TITLE = "HiddenEye"
|
||||||
DESCRIPTION = "Modern Phishing Tool With Advanced Functionality And " \
|
DESCRIPTION = "Modern Phishing Tool With Advanced Functionality And " \
|
||||||
"Multiple Tunnelling Services \n" \
|
"Multiple Tunnelling Services \n" \
|
||||||
"\t [!]https://github.com/DarkSecDevelopers/HiddenEye"
|
"\t [!]https://github.com/Morsmalleo/HiddenEye"
|
||||||
INSTALL_COMMANDS = [
|
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"
|
"cd HiddenEye;sudo pip3 install -r requirements.txt;sudo pip3 install requests;pip3 install pyngrok"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["cd HiddenEye;sudo python3 HiddenEye.py"]
|
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):
|
class Evilginx2(HackingTool):
|
||||||
|
Loading…
Reference in New Issue
Block a user