-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalks.html
More file actions
119 lines (110 loc) · 7.27 KB
/
Copy pathtalks.html
File metadata and controls
119 lines (110 loc) · 7.27 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Hashdump is the computer security club at Colorado State University. We participate and put on numerous security competitions every year, and attempt to facilitate a better understanding of security as a whole. All majors are welcome to join and participate">
<meta name="author" content="Cale Black">
<link rel="shortcut icon" href="dist/assets/favicon.png">
<title>Hashdump</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Hashdump</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown closed">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Library <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="wiki.html">Wiki</a></li>
<li><a href="library/cheat.html">Cheat Sheets</a></li>
<li><a href="library/books.html">Books</a></li>
<li class="divider"></li>
<li><a href="library/series.html">Series</a></li>
</ul>
</li>
<li class="active"><a href="talks.html">Talks</a></li>
<li><a href="https://webchat.freenode.net/?channels=%23hashdump&uio=Mj10cnVlJjQ9dHJ1ZSY5PXRydWUmMTE9MjU2d9">IRC</a></li>
<li><a href="https://github.com/hashdump">Github</a></li>
<li><a href="contact.html">Contact</a></li>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="center-template">
<div class="panel panel-danger">
<div class="panel-heading">
<h3 class="panel-title">Links to Slides</h3></div>
<div class="panel-body">
<div class="list-group">
<a class="list-group-item" href="https://docs.google.com/presentation/d/1wahOdgViM1EAGthkoydRRD0Cu0ieyKuS4naAbqw29SI">
<h4 class="list-group-item-heading">Wifi Pineapple</h4>
<p class="list-group-item-text">Introduction to wireless probes and how they can be exploited. Then we actually play with the hardware that does this.</p>
</a>
<a class="list-group-item" href="https://docs.google.com/presentation/d/1FlUb0qZyji8G-et3QAnhxsdbYLT7tB3cEMrl-m5FKxg">
<h4 class="list-group-item-heading">Virtualization and Docker</h4>
<p class="list-group-item-text">An introduction to virtualization. A look at the different types of virtualization and containers. We will then play with Docker.</p>
</a>
<a class="list-group-item" href="https://docs.google.com/presentation/d/1qgwyePpxSHymtfGA2gcmyPbcIhmMZXPyXR1wpq3izYQ">
<h4 class="list-group-item-heading">Secure Communications: SSH</h4>
<p class="list-group-item-text">A look at hybrid cryptosystems and how they work. Then we look into how to configure and use the powerful tool that is ssh. We also look at hardening SSH servers.</p>
</a>
<a class="list-group-item" href="https://docs.google.com/presentation/d/1944KBmJ-5h_sbxTF6pOvu-ZW6GY0TP_WPQxbNj5i8M4">
<h4 class="list-group-item-heading">Social Engineering / Phishing / SET</h4>
<p class="list-group-item-text">A look into the human side of hacking. How people manipulate and get manipulated. Then we look at SET, a toolkit to expediate the process.</p>
</a>
<a class="list-group-item" href="https://docs.google.com/presentation/d/1IvCkeY1uSoJmDhkxVSpsqhQNUxwTeQ9kDpB4WrJbMV4">
<h4 class="list-group-item-heading">PenTesting Basics</h4>
<p class="list-group-item-text">A look into proffesional hacking. We look at methodologies and techniques.</p>
</a>
<a class="list-group-item" href="https://docs.google.com/presentation/d/1NZJ-0qqlIMvtuB9l4Dpo3059q350zkGm-JvU9rD9zmQ">
<h4 class="list-group-item-heading">PGP/GnuPG</h4>
<p class="list-group-item-text">An introduction to Pretty Good Privacy and how we can securely communicate and verify identities through email and more.</p>
</a>
<a class="list-group-item" href="https://docs.google.com/presentation/d/14Clhp_RvMr8Tz4nuQFRodwpjyOQ_YZmmjsHKeYjBJ_o">
<h4 class="list-group-item-heading">ACM Intro to Computer Security</h4>
<p class="list-group-item-text">A guest talk for ACM to teach some basic parts of computer security, and some best practices.</p>
</a>
<a class="list-group-item" href="https://docs.google.com/presentation/d/1ryXXaUbwJbHqkzvvcGWm6vdul950vzua2XC_LORONL8">
<h4 class="list-group-item-heading">Attacking WPA2</h4>
<p class="list-group-item-text">A look into the depths of WPA2 and how important a strong password is to your network security.</p>
</a>
<a class="list-group-item" href="https://docs.google.com/presentation/d/1E_PLdM7dr9PxW8Os3iZxy7caQxhxutHQK7gIuOlO--M">
<h4 class="list-group-item-heading">Attacking WEP</h4>
<p class="list-group-item-text">Take a deep look into what is broken with WEP. We also get an introduction to stream ciphers and some basic cryptographic analysis.</p>
</a>
<a class="list-group-item" href="https://docs.google.com/presentation/d/10REamvVnpntr5DumLnQp18hCnDD_Uqw2aqMVf0cmjdI">
<h4 class="list-group-item-heading">Intro to Wireless</h4>
<p class="list-group-item-text">A look into the underlying architecture of wireless and why it is a hotspot for attackers.</p>
</a>
<a class="list-group-item" href="https://docs.google.com/presentation/d/19QhfTJikPkmdI37BIUjlxeAI_JPCiI0m5rIlo7_95f4">
<h4 class="list-group-item-heading">Password Basics</h4>
<p class="list-group-item-text">Why strong and unique passwords are important. Also look at how passwords are stored and how those can be cracked.</p>
</a>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="dist/js/jquery-2.1.0.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
</body>
</html>