-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcheatsheet.html
416 lines (395 loc) · 12.5 KB
/
cheatsheet.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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>CheatSheets</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main2.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript2.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<!-- Logo
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.svg" alt="" /></span><span class="title">Phantom</span>
</a>-->
<!-- Nav
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header> -->
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="Cheatsheets.html">CheatSheets</a></li>
<li><a href="DigitalForensics.html">Digital Forensics</a></li>
<li><a href="AboutMeWriteUps.html">About Me & My Write Ups</a></li>
<li><a href="Networking.html">Computer Networking</a></li>
<li><a href="Cryptography.html">Crypto and Encryption</a></li>
<li><a href="EthicalHacking.html">Ethical Hacking</a></li>
</ul>
<ul class="actions stacked">
<li><a href="#" class="button primary fit">Get Started</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<header>
<h1>Cheat Sheets<br /></h1>
</header>
<section class="tiles">
<article class="style1">
<span class="image">
<img src="images/pic140.jpg" alt="" />
</span>
<a href="Linux_CS.html">
<h2>Linux </h2>
<div class="content">
<p>All Linux Commands</p>
</div>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic021.jpg" alt="" />
</span>
<a href="handy.html">
<h2>Useful Tips and More</h2>
<div class="content">
<p>Tips,Advice,Usage - Making life easier</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic031.jpg" alt="" />
</span>
<a href="portenum.html">
<h2>Port Enumeration</h2>
<div class="content">
<p>What to do when you find open ports</p>
</div>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic041.jpg" alt="" />
</span>
<a href="john.html">
<h2>John, Hashcat, Hydra</h2>
<div class="content">
<p>Syntax for John, Hashcat and Hydra tools</p>
</div>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic051.jpg" alt="" />
</span>
<a href="servers.html">
<h2>Python Server, SCP, FTP, SSH, WGET</h2>
<div class="content">
<p>Syntax for the above applications and how to use</p>
</div>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic061.jpg" alt="" />
</span>
<a href="SUID.html">
<h2>SUIDs, Shells and Enum/Priv Tools</h2>
<div class="content">
<p>Exploiting SUID binaries, upgrading shells and priv esc scripts</p>
</div>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic071.jpg" alt="" />
</span>
<a href="smbtools.html">
<h2>SMB and SQL Tools</h2>
<div class="content">
<p>How to use SQLMAP, Enum4Linux, SMBClient</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic081.jpg" alt="" />
</span>
<a href="curl.html">
<h2>Curl & Netcat</h2>
<div class="content">
<p>Syntax for Curl & Netcat</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic091.jpg" alt="" />
</span>
<a href="sshkeys.html">
<h2>SSH Keys</h2>
<div class="content">
<p>How to find and exploit SSH keys</p>
</div>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic100.jpg" alt="" />
</span>
<a href="Find.html">
<h2>Linux Enumeration Commands</h2>
<div class="content">
<p>Find, Exec, RegEx, Grep, Sed, AWK, TR</p>
</div>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic0110.jpg" alt="" />
</span>
<a href="linuxdir.html">
<h2>Linux Directories</h2>
<div class="content">
<p>Linux directories information</p>
</div>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic120.jpg" alt="" />
</span>
<a href="gobuster.html">
<h2>Gobuster, Dirsearch, Dirb</h2>
<div class="content">
<p>Useful websites by category</p>
</div>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic021.jpg" alt="" />
</span>
<a href="toolstrade.html">
<h2>Tools of the Trade</h2>
<div class="content">
<p>Tools by Hacking Stage</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic081.jpg" alt="" />
</span>
<a href="usefulsites.html">
<h2>Useful Websites</h2>
<div class="content">
<p>Useful websites by category</p>
</div>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic100.jpg" alt="" />
</span>
<a href="steg.html">
<h2>Steg Tools</h2>
<div class="content">
<p>Steganography Tools</p>
</div>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic120.jpg" alt="" />
</span>
<a href="linux_backdoors.html">
<h2>Linux Backdoors</h2>
<div class="content">
<p>Linux Backdoor Techniques</p>
</div>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic061.jpg" alt="" />
</span>
<a href="powershell.html">
<h2>Powershell</h2>
<div class="content">
<p>Useful Powershell Commands</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic081.jpg" alt="" />
</span>
<a href="tor.html">
<h2>TOR</h2>
<div class="content">
<p>Setting up TOR and ProxyChains, GPG</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic140.jpg" alt="" />
</span>
<a href=".html">
<h2>Web Related</h2>
<div class="content">
<p>Web Methodology</p>
</div>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic021.jpg" alt="" />
</span>
<a href=".html">
<h2>Wireshark</h2>
<div class="content">
<p>WireShark Commands</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic031.jpg" alt="" />
</span>
<a href="python.html">
<h2>Python</h2>
<div class="content">
<p>Python Programming</p>
</div>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic140.jpg" alt="" />
</span>
<a href="osint.html">
<h2>OSINT</h2>
<div class="content">
<p>Everything OSINT</p>
</div>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic021.jpg" alt="" />
</span>
<a href="online.html">
<h2>Online Cheatsheets</h2>
<div class="content">
<p>Links to other various cheatsheets</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic031.jpg" alt="" />
</span>
<a href="windows.html">
<h2>Windows Commands</h2>
<div class="content">
<p>Useful Windows Commands</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic140.jpg" alt="" />
</span>
<a href="random.html">
<h2>Various Useful Commands</h2>
<div class="content">
<p>Random useful commands - Linux</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic021.jpg" alt="" />
</span>
<a href="mysql.html">
<h2>SQL usage and cheatsheet</h2>
<div class="content">
<p>SQL usage and cheatsheet</p>
</div>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic100.jpg" alt="" />
</span>
<a href="git.html">
<h2>Git Commands</h2>
<div class="content">
<p>How to use Git</p>
</div>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic041.jpg" alt="" />
</span>
<a href="docker.html">
<h2>Docker</h2>
<div class="content">
<p>Docker and Docker Commands</p>
</div>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic051.jpg" alt="" />
</span>
<a href="nmap_CS.html">
<h2>NMAP, Rustscan, MasScan</h2>
<div class="content">
<p>Nmap, RustScan, Masscan Commands</p>
<p></p>
</div>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic061.jpg" alt="" />
</span>
<a href=".html">
<h2></h2>
<div class="content">
<p></p>
</div>
</a>
</article>
</section>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>