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

26 lines
486 B
TeX
Raw Permalink Normal View History

2022-05-30 19:14:11 +02:00
\section{Part 4: Password Hashing and Cracking}
2022-05-30 20:56:15 +02:00
\subsection{MD5 Hash}
2022-05-30 19:14:11 +02:00
2022-05-30 20:56:15 +02:00
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}