COSC-4765-HW2-TEMPLATE
Author
MBorowczak
Last Updated
8 years ago
License
Creative Commons CC BY 4.0
Abstract
Homework Template for UWYO COSC-4765 Computer Security - Homework #2
Homework Template for UWYO COSC-4765 Computer Security - Homework #2
\documentclass[letter]{article}
%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{enumitem}
\usepackage{fancyhdr}
\pagestyle{fancy}
%% Useful packages
\usepackage{amsmath}
\usepackage{graphicx}
\title{COSC-4765-HW2-TEMPLATE}
\author{YourNAME}
\lhead{FIRSTNAME LASTNAME}
\rhead{W\#}
\cfoot{UWYO Computer Security COSC-4765 Homework 2}
\begin{document}
\section*{\#1 Information Gathering Tool}
\begin{description}
\item [Tool Name:] <TOOL NAME HERE>
\end{description}
\subsection*{ HOW <TOOL NAME> WORKS:}
<DESCRIPTION HERE>
\subsection*{RESULTS:}
<YOUR RESULTS HERE ; SCREEN SHOT AND/OR TEXT>
%\begin{figure}
%\includegraphics[\linewidth]{LOCATION}
%\end{figure}
\subsection*{ANALYSIS:}
<YOUR ANALYSIS HERE>
\subsection*{cmds:}
\begin{enumerate}[label={[\arabic*]}]
\item <THE 1st COMMAND YOU EXECUTED ON THE COMMAND LINE/UI STEPS>
\item <2ND command executed / UI STEPS>
\item ...
\item <Nth command executed / UI STEPS>
\end{enumerate}
\section{\#2 Vulnerability Analysis Tool}
*
\begin{description}
\item [Tool Name:] <TOOL NAME HERE>
\end{description}
\subsection*{ HOW <TOOL NAME> WORKS:}
<DESCRIPTION HERE>
\subsection*{RESULTS:}
<YOUR RESULTS HERE ; SCREEN SHOT AND/OR TEXT>
%\begin{figure}
%\includegraphics[\linewidth]{LOCATION}
%\end{figure}
\subsection*{ANALYSIS:}
<YOUR ANALYSIS HERE>
\subsection*{cmds:}
\begin{enumerate}[label={[\arabic*]}]
\item <THE 1st COMMAND YOU EXECUTED ON THE COMMAND LINE/UI STEPS>
\item <2ND command executed / UI STEPS>
\item ...
\item <Nth command executed / UI STEPS>
\end{enumerate}
\section*{\#3 Password Attack: John The Ripper}
\begin{description}
\item [easy:] <EASY PASSWORD>
\item [better:] <BETTER PASSWORD>
\end{description}
\subsection*{HOW JOHN THE RIPPER WORKS}
<YOUR EXPLANATION HERE>
\begin{description}
\item [cmd] <THE COMMAND YOU EXECUTED ON THE COMMAND LINE>
\end{description}
\subsection*{RESULTS:}
<YOUR RESULTS HERE>
\subsection*{[OPTIONAL]}
\begin{description}
\item [CUST\_PW\_FILE:] <URL HERE>
\end{description}
\end{document}