-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsetoollin.py
143 lines (122 loc) · 3.83 KB
/
setoollin.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
#the setoollin for linux
#language:English
#the start logo
#==================================================
import time
time.sleep(0.5)
print("")
print("")
print("""
_ _ _ _
___ ___| |_ ___ ___ | | (_)_ __ _ ___ __
/ __|/ _ \ __/ _ \ / _ \| | | | '_ \| | | \ \/ /
\__ \ __/ || (_) | (_) | | | | | | | |_| |> <
|___/\___|\__\___/ \___/|_|_|_|_| |_|\__,_/_/\_\
https://github.com/LinWin-Cloud/setoollinux
""")
print("")
print("[*]The Vistion For Linux 2022")
print("[*]Social Engineering Tool Linux")
print("[*]Shodan Server , you can more information form https://www.shodan.com")
print("[*]Making In China")
print("")
print("")
#==================================================
import time
#end the write
#for to view the content
con1 = "Social Engineering (use pishing site to attack)" #finish
con2 = "Virus Attack (use virus to attack)" #finish
con3 = "Web Site Clone (use Html5 to clone a website)" #finish
con4 = "Global Positioning (use GPS to get location)" #finish
con5 = "Get IP Adress (use Js and Html5 to get IP Adress)" #finish
con6 = "The Help (tell you how to optioning)" #finish
con7 = "Shodan Search (use Shodan's command to get information)" #finish
print("SetoolLinux --> Main Module")
print("")
print("-1:"+con1)
print("-2:"+con2)
print("-3:"+con3)
print("-4:"+con4)
print("-5:"+con5)
print("-6:"+con6)
print("------------------------------------")
print("SetoolLinux --> Auxiliary Module")
print("")
print("-7:"+con7)
con8 = "Terminal (use Terminal to auxiliary your attack)" #finish
print("-8:"+con8)
print("------------------------------------")
print("SetoolLinux --> Web Attack Module")
print("")
print("-9:"+"Web Console (use web console to attack)") #finish
print("------------------------------------")
print("[*]Input 'exit' to exit")
#to enter the content
a=input("__Pass The Content>")
if a == "1":
print("Chose The Content:"+a)
print("content:"+con1)
import os
os.system("python3 set.py")
#if the file in the same place can use the 'os.system'
if a == "2":
def os2():
print("Chose The Content:"+a)
print("content:"+con2)
import os
os.system("python3 virusattack.py")
return True
os2()
#if the users enter the 2 key then goto "virusattack page"
#use linux os
if a == "3":
print("Chose The Content:"+a)
print("content:"+con3)
import os
os.system("python3 websiteclone.py")
#start the websiteclone.py
#the function a = 1 or 2 or 3 or 4
#but don't = onther
if a == "4":
print("Chose The Content:"+a)
print("content:"+con4)
import os
os.system("python3 GPS.py")
#use GPS
if a == "5":
print("Chose The Content:"+a)
print("content:"+con5)
import os
os.system("python3 getip.py")
if a == "6" :
print("Chose The Content:"+a)
print("content:"+con5)
import os
os.system("python3 help.py")
if a == "7":
import os
os.system("python3 shodan/shodan.py")
#shodan search
#
if a == "8" :
print("use terminal")
#this terminal use python
#and you can run some linux command on the linwin terminal for linux
#and you also can run some anther windows command and other useful command
import os
os.system("python3 terminal/start.py")
if a == "9" :
print("use Web Console")
import webbrowser
webbrowser.open("ter.html")
#start the web console to attack
import os
os.system("python3 setoollin.py")
#attacker can use web console to send sms , send e-mail , goto web site , tel and so on
if a == "exit" :
import os
os.system("bash") #to exit the setoolLinux
else :
import os
os.system("python3 setoollin.py")