This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
swb6-it-sec/Lab04/documentation/part4/part4.tex
2022-05-30 20:56:15 +02:00

25 lines
486 B
TeX

\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}