part4 and part5

This commit is contained in:
Florian Hoss 2022-05-30 20:56:15 +02:00
parent 3b51341726
commit 87efb6dbf4
7 changed files with 70 additions and 1 deletions

View file

@ -1,3 +1,25 @@
\section{Part 4: Password Hashing and Cracking}
\subsection{MD5 Hash}
MD5 hash mit password aus Liste:
\begin{verbatim}
openssl passwd -1 !Florian
\end{verbatim}
\subsection{John}
cracking it with john:
\begin{verbatim}
john --wordlist=crackstation.txt --format=md5crypt hashes.txt --fork=8
\end{verbatim}
\begin{figure}[H]
\begin{center}
\includegraphics[width=0.9\textwidth]{part4/john}
\caption{John}
\label{fig:John}
\end{center}
\end{figure}