-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresources.html
157 lines (135 loc) · 6.84 KB
/
resources.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
<html lang="en">
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/logo/isss-logoapple_touch_icon.png">
<link rel="icon" type="image/png" sizes="48x48" href="/assets/img/logo/isss-logo48x48.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/logo/isss-logo32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/logo/isss-logo16x16.png">
<link rel="icon" type="image/svg+xml" href="/assets/img/logo/isss-logo.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&display=swap" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="/index.css">
<title>UT ISSS | Resources</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<h1>CTF & Security Resources</h1>
<p>Think we're missing a great resource? Suggest resources to add with <a href ="https://forms.gle/PNm135qW8rFhMqsk7">this form</a>!</p>
<h2>Binary Exploitation</h2>
<ul>
<li>Wargames (Practice)</li>
<ul>
<li><a href="http://www.pwnable.kr/">Pwnable.kr</a> - Always-on binary exploitation focused CTF</li>
</ul>
<li>Learning Resources</li>
<ul>
<li><a href="https://pwn.college/">pwn.college</a> - A course to teach beginners about binary exploitation</li>
<li><a href="https://github.com/RPISEC/MBE">RPISEC's Modern Binary Exploitation</a> - A university course developed and run solely by students to teach skills in vulnerability research, reverse engineering, and binary exploitation</li>
<li><a href="https://github.com/RPISEC/MBE">shellphish's how2heap</a> - A repository for learning various heap exploitation techniques</li>
</ul>
</ul>
<h2>Cryptography</h2>
<ul>
<li>Wargames (Practice)</li>
<ul>
<li><a href="https://cryptohack.org/">CryptoHack</a> - Always-on cryptography focused CTF</li>
<li><a href="https://cryptopals.com/">Cryptopals</a> - Collection of cryptography puzzles</li>
</ul>
<li>Tools</li>
<ul>
<li><a href="https://gchq.github.io/CyberChef/">CyberChef</a> - A powerful tool that has encoders/decoders for all sorts of encodings and cryptosystems</li>
</ul>
</ul>
<h2>Forensics</h2>
<ul>
<li>Learning Resources</li>
<ul>
<li><a href="https://trailofbits.github.io/ctf/forensics/">Trail of Bits' Forensics Guide</a> - A guide that describes common problems you'll see in the forensics category</li>
</ul>
</ul>
<h2>Linux</h2>
<ul>
<li>Wargames (Practice)</li>
<ul>
<li><a href="https://overthewire.org/wargames/">OverTheWire</a> - A collection of games that teach you how to use certain Linux commands and tools</li>
</ul>
<li>Learning Resources</li>
<ul>
<li><a href="https://linuxjourney.com/">Linux Journey</a> - Lessons that teach you about different aspects of Linux</li>
</ul>
</ul>
<h2>Networking</h2>
<ul>
<li>Learning Resourcces</li>
<ul>
<li><a href="https://www.youtube.com/playlist?list=PLiHkSFy8bVw6Zjtstpt5wYrdyoWPNPh3h">A Cat Explains...</a> - A series of videos where a cat explains different networking (and other security related) topics</li>
<li><a href="https://www.professormesser.com/">Professor Messer</a> - Videos and notes about networking topics</li>
</ul>
<li>Tools</li>
<ul>
<li><a href="https://www.wireshark.org/">Nessus</a> - A network vulnerability scanner</li>
<li><a href="https://www.wireshark.org/">Wireshark</a> - A powerful tool that allows you to inspect, filter, analyze and capture networking traffic</li>
</ul>
</ul>
<h2>Penetration Testing</h2>
<ul>
<li>Wargames (Practice)</li>
<ul>
<li><a href="https://www.hackthebox.eu/">Hack The Box</a> - Machines with vulnerabilities built in that you can practice exploiting</li>
<li><a href="https://www.vulnhub.com/">VulnHub</a> - </li>
</ul>
<li>Learning Resources</li>
<ul>
<li><a href="https://ine.com/pages/cybersecurity">INE - eJPT Course</a></li>
<li><a href="https://www.youtube.com/channel/UCa6eh7gCkpPo5XXUDfygQQA">IppSec</a> - YouTuber who walks through Hack The Box solutions</li>
<li><a href="https://www.udemy.com/course/practical-ethical-hacking/">Practical Ethical Hacking</a></li>
<li><a href="https://tryhackme.com/">TryHackMe</a></li>
</ul>
<li>Tools</li>
<ul>
<li><a href="https://www.kali.org/">Kali Linux</a> - Linux distribution built for penetration testing</li>
</ul>
</ul>
<h2>Reverse Engineering</h2>
<ul>
<li>Wargames (Practice)</li>
<ul>
<li><a href="https://microcorruption.com/login/">MicroCorruption</a> - Embedded security reversing wargame</li>
</ul>
<li>Tools</li>
<ul>
<li><a href="https://ghidra-sre.org/">Ghidra</a> - Free reverse engineering tool (decompiler, etc.) created by the NSA</li>
</ul>
</ul>
<h2>Web</h2>
<ul>
<li>Wargames (Practice)</li>
<ul>
<li><a href="https://dvwa.co.uk/">Damn Vulnerable Web App</a> - Purposefully vulnerable web application to practice exploitation on</li>
<li><a href="https://juice-shop.herokuapp.com/#/">OWASP Juice Shop</a> - Another purposefully vulnerable web app</li>
</ul>
<li>Learning Resources</li>
<ul>
<li><a href="http://www.vulnweb.com/">Vulnweb</a> - collection of vulnerable test websites</li>
</ul>
<li>Tools</li>
<ul>
<li><a href="https://portswigger.net/burp">BurpSuite</a></li>
</ul>
</ul>
<br>
<br>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</div>
</html>