mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 23:12:40 +01:00
@@ -32,6 +32,9 @@ RUN buildDeps=' \
|
|||||||
&& rm -rf /usr/src/johntheripper \
|
&& rm -rf /usr/src/johntheripper \
|
||||||
&& apt-get purge -y --auto-remove $buildDeps
|
&& apt-get purge -y --auto-remove $buildDeps
|
||||||
|
|
||||||
|
COPY john.ini /root/john.ini
|
||||||
|
COPY passwd.lst /root/passwd.lst
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
ENTRYPOINT [ "john" ]
|
ENTRYPOINT [ "john" ]
|
||||||
|
|||||||
14
john/john.ini
Normal file
14
john/john.ini
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
#
|
||||||
|
# This file is part of John the Ripper password cracker,
|
||||||
|
# Copyright (c) 1996-98 by Solar Designer
|
||||||
|
#
|
||||||
|
|
||||||
|
[Options]
|
||||||
|
# Wordlist file name, to be used in batch mode
|
||||||
|
Wordfile = ~/passwd.lst
|
||||||
|
# Use idle cycles only
|
||||||
|
Idle = N
|
||||||
|
# Crash recovery file saving delay in seconds
|
||||||
|
Save = 600
|
||||||
|
# Beep when a password is found (who needs this anyway?)
|
||||||
|
Beep = N
|
||||||
5847
john/passwd.lst
Normal file
5847
john/passwd.lst
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user