-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml.py
More file actions
40 lines (32 loc) · 884 Bytes
/
Copy pathhtml.py
File metadata and controls
40 lines (32 loc) · 884 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
import os
import sys
import time
import requests
os.system('clear')
logo = """ \033[5;37;40m
-------------------------------
AUTHER: HALO
[+] Instagram : i4m_rio
[+] Telegram : i4m_mrx
[+] snapchat : im_halo0
[+] github : halocrak
[+] facebook : imfor halo
[+] youtube : MRX CODAR
-------------------------------
"""
print logo
print '\033[31;1m1- DOWLOD HTML WEB'
print '2- HOST WEB'
im = raw_input('HALLBZHERA:')
if im == '1':
import os
os.system("clear")
os.system("git clone https://github.com/halocrak/staf")
os.system("python all/download-html.py")
if im == '2':
import os
os.system("clear")
os.system("rm -rf all")
os.system("git clone https://github.com/halocrak/all.git")
os.system("python2 all/auto-deface.py")
sys.exit()