-
Notifications
You must be signed in to change notification settings - Fork 11
/
newcomers.html
82 lines (78 loc) · 3.82 KB
/
newcomers.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>For first timers</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Undergrad Infosec @ UIUC">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/hc.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css'>
<!-- handles moving of main body in terms of side bar -->
<div class="nav-toggle"><i class="fa fa-bars fa-2x"></i> SIGPwny </div>
<div id = "wrapper">
<div class="navbar navbar-default" 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>
<p class="navbar-brand">SIGPwny</p>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/presentations.html">Presentations</a></li>
<li><a href="/list.html">Archive</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/ctf.html">UIUCTF</a></li>
<li><a href="/newcomers.html">Info for Newcomers</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a href="/"><h1 class="brand">SIGPwny</h1></a>
<h3 id="brand-text">Undergrad Infosec @ UIUC</h3>
</li>
<hr />
<li><a href="/presentations.html">Presentations</a></li>
<li><a href="/calendar.html">Calendar</a></li>
<!-- <li><a href="/list.html">Archive</a></li> -->
<li><a href="/about.html">About</a></li>
<li><a href="/sponsorship.html">Sponsorship</a></li>
<li><a href="/ctf.html">UIUCTF</a></li>
<li><a href="/newcomers.html">Info for Newcomers</a></li>
<hr />
<div id="social-wrapper">
<li> <a href="//www.facebook.com/groups/439995656109426"><i class="fa fa-facebook-square"></i> Facebook</a> </li>
<li> <a href="//www.github.com/sigpwny"><i class="fa fa-github-square"></i> GitHub</a> </li>
<li> <a href="//twitter.com/SIGPwny"><i class="fa fa-twitter-square"></i> Twitter</a></li>
</div>
</ul>
</div>
<div class="container">
<div class="row">
<div class="user-card">
<div class="row">
<div class="col-md-12 letter">
<h1>Info for first timers</h1>
<hr />
<p> Our second meeting of the year will generally be <a href ="https://docs.google.com/presentation/d/1pYxPmQfwHzAjbGTjpbhWmjaU6jC2EtJzrGei7NCTCAg">"Introduction to Shells"</a>. If you're joining us after that, please learn what a shell is and make sure you have a bash one on your computer.</p>
<p>Here are some other learning resources for getting started:<br />
learn shell (good for starting): <a href = "http://overthewire.org/wargames/bandit/">http://overthewire.org/wargames/bandit/</a><br />
pwn: <a href = "http://pwnable.kr/">http://pwnable.kr/</a><br />
web: <a href = "http://overthewire.org/wargames/natas/">http://overthewire.org/wargames/natas/</a><br />
reversing/embedded: <a href = "http://microcorruption.com/">http://microcorruption.com/</a><br /></p>
<hr />
</div>
</div>
</div>
</div>
</div>