forked from acecoes/acecoes.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
291 lines (235 loc) · 12.9 KB
/
tools.html
File metadata and controls
291 lines (235 loc) · 12.9 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
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
<!-- Assoc. of Cyber Engineers Website -->
<!-- Currently working on texting descriptions for tools -->
<!-- Most of the JS used is just bootstrap, which I link to below. -->
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Beginning of Bootstrap imports -->
<link href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/shift.css" rel="stylesheet">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- My CSS that I have been working on -->
<link rel="stylesheet" href="./src/custom/main.css">
</head>
<body>
<!-- Top Navigation Bar -->
<div class="nav">
<div class="container">
<ul class="pull-left">
<li><a href="./index.html">Home</a></li>
<li><a href="./tools.html" style="color:black"><u>Tools</u></a></li>
</ul>
<ul class="pull-right">
<li><a href="./about.html">About Us</a></li>
<li><a href="./resources.html">Resources</a></li>
</ul>
</div>
</div>
<div class="parallax-3"></div>
<div class="container">
<h1>Top Tools of ACE</h1>
<h4>A brief guide to our most used tools, what they are for, and how to get started with them.</h4>
</div>
<!-- containers for each type of information being displayed -->
<div class="information-panel">
<div class="container">
<h3>Virtualization and Operating Systems</h3>
</div>
</div>
<!-- containers for VirtualBox information -->
<div class="container">
<div class="row">
<!-- Thumbnail -->
<div class="col-md-2">
<div class="image">
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Virtualbox_logo.png">
</div>
</div>
<div class="col-md-10">
<!-- Name -->
<h4>Virtual Box</h4>
<!-- Information -->
<p>Virtual Box is a free and powerful virtualization software that allows the user to create and manage virtual machines (virtual instances of operating systems running within a piece of software such as Virtual Box). It is a popular alternative to VMWare and is typically preferred by open source enthusiasts. In the Association of Cyber Engineers, we are constantly creating new virtual machines, sometimes to host an experiment (often involving new exploits) or sometimes something as simple as hosting a website we are designing. It has a wide range of uses and is a very important tool for any computer scientist or cyber engineer.</p>
<p>To find out more about Virtual Box, check out their website at <a href="https://www.virtualbox.org">www.virtualbox.org</a>.</p>
</div>
</div>
</div>
<!-- containers for Linux Mint XFCE information -->
<div class="container">
<div class="row">
<!-- Thumbnail -->
<div class="col-md-2">
<div class="image">
<img src="https://upload.wikimedia.org/wikipedia/commons/3/3f/Logo_Linux_Mint.png">
</div>
</div>
<div class="col-md-10">
<!-- Name -->
<h4>Linux Mint XFCE</h4>
<!-- Information -->
<p>Linux Mint is a popular distribution of the Linux operating system. It is typically used by those new to Linux as well as those that are just looking for a simple experience (as opposed to more involved distributions such as Gentoo and Arch). We typically reccomend the XFCE flavor as it is light-weight and easy to run in a virtual machine, which is our reccomendation for anyone getting started with Linux. While there are more lightweight experiences out there, they aren't tailored for beginners to the world of Linux and can seem quite daunting.</p>
<p>To find out more about the Linux Mint Project, check out the website at <a href="https://www.linuxmint.com">www.linuxmint.com</a>.</p>
</div>
</div>
</div>
<!-- containers for Kali Linux information -->
<div class="container">
<div class="row">
<!-- Thumbnail -->
<div class="col-md-2">
<div class="image">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Kali_Linux_2.0_wordmark.svg/1200px-Kali_Linux_2.0_wordmark.svg.png">
</div>
</div>
<div class="col-md-10">
<!-- Name -->
<h4>Kali Linux</h4>
<!-- Information -->
<p>Kali Linux is a popular pentesting-focused distribution of the Linux operating system. It comes pre-equipped with many pentesting tools, including nmap, wireshark, metasploit, and many others. Because this flavor of Linux comes with many pre-installed programs, it can be used to help learn about how to use a robust number of pentesting appliactions.</p>
<p>To find out more about Kali Linux, check out the website at <a href="https://www.kali.org">www.kali.org</a>.</p>
</div>
</div>
</div>
<div class="information-panel">
<div class="container">
<h3>Networking</h3>
</div>
</div>
<!-- containers for nmap information -->
<div class="container">
<div class="row">
<!-- Thumbnail -->
<div class="col-md-2">
<div class="image">
<img src="https://macupdate.com/images/icons256/36710.png">
</div>
</div>
<div class="col-md-10">
<!-- Name -->
<h4>Nmap</h4>
<!-- Information -->
<p>Nmap (short for network map) is a tool to analyze devices attached to a network. It is commonly used to scan for open ports and detect operating system. It is one of the most popular recon tools in cyber security.</p>
<p>To find out more about nmap, check out the website at <a href="https://www.nmap.org/">www.nmap.org</a>.</p>
</div>
</div>
</div>
<!-- containers for WireShark information -->
<div class="container">
<div class="row">
<!-- Thumbnail -->
<div class="col-md-2">
<div class="image">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wireshark_icon.svg/72px-Wireshark_icon.svg.png">
</div>
</div>
<div class="col-md-10">
<!-- Name -->
<h4>Wireshark</h4>
<!-- Information -->
<p>Wire shark is a tool used to analyze network traffic. It is used to monitor for malicious activity as well as to spy on other users on the network. As far as network monitors go, it is an industry standard for system administrators, security analysts, and penetration testers.</p>
<p>To find out more about Wireshark, check out the website at <a href="https://www.wireshark.org/">www.wireshark.org</a>.</p>
</div>
</div>
</div>
<div class="information-panel">
<div class="container">
<h3>Exploitation</h3>
</div>
</div>
<!-- containers for Metasploit/Armitage information -->
<div class="container">
<div class="row">
<!-- Thumbnail -->
<div class="col-md-2">
<div class="image">
<img src="./img/logos/Armitage_and_Metasploit.jpg">
<!--Old image
<img src="https://help.rapid7.com/metasploit/Content/images/background/metasploit.png">
-->
</div>
</div>
<div class="col-md-10">
<!-- Name -->
<h4>Metasploit and Armitage</h4>
<!-- Information -->
<p>Metaspoit is a popular exploit framework that uses known exploits to gain access to computers. Armitage is a popular graphical user interface (GUI)
that overlays the Metasploit framework.</p>
<p>To find out more about Metasploit, check out the website at <a href="https://www.metasploit.com">www.metasploit.com</a>.</p>
<p>To find out more about Armitage, check out the website at <a href="http://www.fastandeasyhacking.com/">www.fastandeasyhacking.com</a>.</p>
<p>To get started with Metasploit and Armitage, run <a href='./files/msfinstall.sh'>this shell script</a> in your Linux Mint VM.</p>
</div>
</div>
</div>
<div class="information-panel">
<div class="container">
<h3>Miscellaneous</h3>
</div>
</div>
<!-- containers for Terminal/Bash information -->
<div class="container">
<div class="row">
<!-- Thumbnail -->
<div class="col-md-2">
<div class="image">
<img src="https://cdn4.iconfinder.com/data/icons/small-n-flat/24/terminal-512.png">
</div>
</div>
<div class="col-md-10">
<!-- Name -->
<h4>Terminal/Bash</h4>
<!-- Information -->
<p>The terminal is the most popular use of the Command Line Interface (CLI). It provides a way to do things far beyond the capacity of a graphical interface (which requires menus and buttons) and greatly increases productivity in many fields. It is one of the most versitile tools in computing and many other tools can be used through the terminal. Bash is a shell that operates within the terminal. Other examples of shells are z-shell (zsh) and Korn-shell (ksh).</p>
<p>To find out more about GNU bash, check out the website at <a href="https://www.gnu.org/software/bash/">www.gnu.org</a>.</p>
<p>We also have the Association of Cyber Engineers - Intro to Bash Cheatsheet <a href='./files/bash_cheatsheet.pdf'>here</a>.</p>
</div>
</div>
</div>
<!-- containers for Python information -->
<div class="container">
<div class="row">
<!-- Thumbnail -->
<div class="col-md-2">
<div class="image">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/500px-Python-logo-notext.svg.png">
</div>
</div>
<div class="col-md-10">
<!-- Name -->
<h4>Python</h4>
<!-- Information -->
<p>Python is a popular scripting language and shell interface that allows for usability beyond that of Bash in many regards, however, it is much better suited as a programming language than a general purpose shell for most tasks. It is typically used for high level computations and automation of processes (like network monitoring).</p>
<p>To find out more about Python, check out the website at <a href="https://www.python.org/">www.python.org</a>.</p>
</div>
</div>
</div>
<div class='information-panel'>
<div class='footerText'>
<div class="container">
<div class="footerContainer">
<p>Contact Us: <a href="emailto:acecoes@latech.edu">acecoes@latech.edu</a></p>
<!-- Thumbnails -->
<div class = "centered">
<div class="row">
<a href="https://www.facebook.com/groups/Cyber.Engineers/?fb_dtsg_ag=AdznsI73_STSjnf9Wag_oZ6UTKCi5_S2yzyjDgXDjgZ-yA%3AAdwLgQJwdqkUJsB8QBBtvxQz6--7NMr8yIg3hc3wlvnTbA">
<i class="fa fa-facebook fa-2x" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/@LaTechACE">
<i class="fa fa-twitter fa-2x" aria-hidden="true"></i>
</a>
<a href="https://github.com/acecoes">
<i class="fa fa-github fa-2x" aria-hidden="true"></i>
</a>
</div>
</div>
<p>Website for the Association of Cyber Engineers -- Louisiana Tech University -- 2018</p>
</div>
</div>
</div>
</div>
</body>
</html>