-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHackWebsites.py
More file actions
26 lines (26 loc) · 1.14 KB
/
Copy pathHackWebsites.py
File metadata and controls
26 lines (26 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
def hack () :
import os
os.system("clear && toilet -f big 'HACKINGWEBSITES' | lolcat ")
import os
os.system("cd /$HOME && git clone https://github.com/Tuhinshubhra/RED_HAWK.git")
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/Bhai4You/Ip-Attack")
import os
os.system("cd /$HOME && git clone https://github.com/Bhai4You/Bull-Attack")
import os
os.system("cd /$HOME && git clone https://github.com/samyoyo/weeman")
import os
os.system("cd /$HOME && git clone https://github.com/j3ssie/Osmedeus")
import os
os.system("cd /$HOME && git clone https://github.com/radenvodka/Recsech")
import os
os.system("cd /$HOME && git clone https://github.com/s0md3v/Breacher.git")
import os
os.system("cd /$HOME && git clone https://github.com/bahaabdelwahed/killshot.git")
import os
os.system("cd /$HOME && git clone https://github.com/Gameye98/santet-online")
import os
os.system("cd /$HOME && wget https://raw.githubusercontent.com/Hax4us/httrack_In_termux/master/httrack ")
hack()