-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathset.py
77 lines (59 loc) · 1.76 KB
/
set.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
print("")
print("")
print("===============================")
print("--setoollin>>Social Engineering")
print("===============================")
print("[*]A Method To Social Engineering")
print("")
print("")
#end the start logo
#==================
#==================
print("setoollin>>Social Engineering:List")
#the list of the Social Engineering Attack
print("")
print("1:-QQ logon") #finish the content
print("2:-QQ mail logon") #finish the content
print("3:-Wechat logon") #finish the content
print("4:-163 mail logon") #finish the content
print("5:-AliPay logon") #finish the content
print("6:-Microsoft logon") #finish the content
print("7:-back")
#==================
th = input("__setoollin>>Social Engineering>")
if th == "use qq attack" :
print("Chose The QQ logon")
import os
os.system("python3 qqlogon.py")
#===========================================
if th == "use qq mail attack" :
print("Chose The QQ mail logon")
import os
os.system("python3 mail.py")
#===========================================
if th == "use wechat attack" :
print("Chose The Wechat logon")
import os
os.system("python3 wechat.py")
#===========================================
if th == "use 163 mail attack":
print("Chose The 163 mail logon")
import os
os.system("python3 163.py")
#===========================================
if th == "use alipay attack":
print("Chose The AliPay logon")
import os
os.system("python3 pay.py")
#===========================================.
if th == "use microsoft attack" :
import os
os.system("python3 1.py")
#back the setoollin.py
if th == "7" :
print("back")
import os
os.system("python3 setoollin.py -t manual")
else :
import os
os.system("python3 set.py")