forked from CUCyber/hackpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhackpack.tex
More file actions
48 lines (27 loc) · 764 Bytes
/
Copy pathhackpack.tex
File metadata and controls
48 lines (27 loc) · 764 Bytes
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
\documentclass[letterpaper, 10pt]{report}
\title{Clemson Cyber Defense Hack Pack}
\author{Clemson ACM}
\date{\today}
\input{./formatting/style.tex}
\begin{document}
\maketitle
\input{./LICENCES/licence.tex}
\input{./general/ten-commandments.tex}
\tableofcontents
\chapter{Essential Tools}
\input{tools/provisioners/provisioners.tex}
\input{tools/exploration/exploration.tex}
\chapter{Patching and Package Management}
\chapter{Users and Passwords}
\chapter{Auditing and Logs}
\chapter{Backups}
\chapter{Firewalls}
\input{firewalls/firewalls.tex}
\chapter{Services}
\input{services/ssh/ssh.tex}
\chapter{Injects and Reports}
\bibliographystyle{plain}
\bibliography{hackpack}
\printindex
\includepdf[pages={-}]{./LICENCES/gpl.pdf}
\end{document}