-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
371 lines (226 loc) · 5.07 KB
/
index.html
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ShareIt</title>
<style>
div {
border: 2px solid black;
background: rgb(214, 214, 214);
background: rgb(34, 33, 33);
/* hii*/
}
</style>
</head>
<body>
<div>
<pre>
<code>
right click then properties
| findstr "fdsfd"
| clip
F7 cmd prompt histroy
open cmd
from start
from elplorer
from win r
systeminfo
vol
ver version of os
date
date /t
time
time /t
list drives fsutil fsinfo drives
drive change
disk part (administrator)
exit
cls
color
mkdir
del filename.extension
del *.extension
del home*
del *word*
del file1 file2 file3
del foldername to delete all its contentss
ren currentname newName
rename currentname newName
rmdir directoryName
rmdir /s foldername
rmdir /s /q foldername
folders with reserved names
md aux\
md con\
cd
cd ..
tree (to view all folders and sub folders)
tree/f (to also view files)
start filename.exe
start chrome
start msedge
code .
make files
{ type nul > filename.txt (blank file)
The “.txt” extension means that it’s a plain text file.
.docx .png(empty photo) .rtf(rich text document) .
}
{
echo enter your text here > filename.txt
}
view contents of text file
{
type filename.extension
}
notepad file.exten
copy source destinationfilenames
move filename(*for all) destinationpathOrAddress
tasklist
tasklist | findstr ""
taskkill /f /pid ...taskid...
see all installed programs
wmic product get name
netsh wlan show profile
netsh wlan show profile name= “Wi-Fi name” key=clear
ping google.com
ping -t google.com
ipconfig
ipcon
to get new ipaddess
ipconfig /release
ipconfig /release "WiFi or any special interface"
ipconfig /renew
getmac /v
powercfg /energy Admin
powercfg /batteryreport admin
hide a folder
attrib +h +s +r foldername
unhide
attrib -h -s -r foldername
shutdown /s
shutdown /s /f
shutdown /p immediately
shutdown -s -t 3600 -f
curl ascii.live/forrest
curl ascii.live/rick
curl -s http://artscene.textfiles.com/vt100/movglobe.vt
help prompt
prompt fafds@hacker$G
title hacking the sys
right click then properties
| findstr "fdsfd"
| clip
F7 cmd prompt histroy
open cmd
from start
from elplorer
from win r
systeminfo
vol
ver version of os
date
date /t
time
time /t
list drives fsutil fsinfo drives
drive change
disk part (administrator)
exit
cls
color
mkdir
del filename.extension
del *.extension
del home*
del *word*
del file1 file2 file3
del foldername to delete all its contentss
ren currentname newName
rename currentname newName
rmdir directoryName
rmdir /s foldername
rmdir /s /q foldername
folders with reserved names
md aux\
md con\
cd
cd ..
tree (to view all folders and sub folders)
tree/f (to also view files)
start filename.exe
start chrome
start msedge
code .
make files
{ type nul > filename.txt (blank file)
The “.txt” extension means that it’s a plain text file.
.docx .png(empty photo) .rtf(rich text document) .
}
{
echo enter your text here > filename.txt
}
view contents of text file
{
type filename.extension
}
notepad file.exten
copy source destinationfilenames
move filename(*for all) destinationpathOrAddress
tasklist
tasklist | findstr ""
taskkill /f /pid ...taskid...
see all installed programs
wmic product get name
netsh wlan show profile
netsh wlan show profile name= “Wi-Fi name” key=clear
ping google.com
ping -t google.com
ipconfig
ipcon
to get new ipaddess
ipconfig /release
ipconfig /release "WiFi or any special interface"
ipconfig /renew
getmac /v
powercfg /energy Admin
powercfg /batteryreport admin
hide a folder
attrib +h +s +r foldername
unhide
attrib -h -s -r foldername
shutdown /s
shutdown /s /f
shutdown /p immediately
shutdown -s -t 3600 -f
curl ascii.live/forrest
curl ascii.live/rick
curl -s http://artscene.textfiles.com/vt100/movglobe.vt
help prompt
prompt fafds@hacker$G
title hacking the sys
</code>
</pre>
</div>
<div>
<a href="https://docs.google.com/document/d/1moY_Q2IcAhQGl_oRvrW00JWhaTmfD5JX/edit?usp=sharing&ouid=117152987920308857923&rtpof=true&sd=true">
Report Snapchat
</a>
</div>
<div>
<a href="https://docs.google.com/presentation/d/1oigBDs6hpcT8ZWYdAw6Y_fM6oHve77lIb3P9lwQCy60/edit?usp=sharing">
Presentation Snapchat
</a>
</div>
<div>
<a href="https://drive.google.com/file/d/1AUudFML4wHu1nYB8ahzuA8WoVBzXtP8g/view?usp=sharing">
Snapchat Installation Report
</a>
</div>
<div>
<a href="https://docs.google.com/document/d/1JD8ZIFi73HbOhdQ-SvJmfGtC4_Oslxfz8OS_aReeogk/edit">
JDK Installation Report
</a>
</div>
</body>
</html>