-
Notifications
You must be signed in to change notification settings - Fork 15
/
Phish.py
20 lines (20 loc) · 888 Bytes
/
Phish.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
def phish () :
import os
os.system("clear && toilet -f big 'Phishing Tools' | lolcat ")
import os
os.system("cd /$HOME && git clone https://github.com/samyoyo/weeman")
import os
os.system("cd /$HOME && git clone https://github.com/UndeadSec/SocialFish.git")
import os
os.system("cd /$HOME && git clone https://github.com/thelinuxchoice/blackeye")
import os
os.system("cd /$HOME && git clone https://github.com/thelinuxchoice/shellphish")
import os
os.system("cd /$HOME && git clone https://github.com/Cabdulahi/pish")
import os
os.system("cd /$HOME && git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git")
import os
os.system("cd /$HOME && git clone https://github.com/UndeadSec/EvilURL.git")
import os
os.system("clear && toilet -f big 'DONE...! ENJOY HACKER ' | lolcat")
phish()