Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-10-18 15:32:00 -07:00
parent ac873f4fdd
commit 33db16536c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
3 changed files with 5864 additions and 0 deletions

View File

@ -32,6 +32,9 @@ RUN buildDeps=' \
&& rm -rf /usr/src/johntheripper \
&& apt-get purge -y --auto-remove $buildDeps
COPY john.ini /root/john.ini
COPY passwd.lst /root/passwd.lst
WORKDIR /root
ENTRYPOINT [ "john" ]

14
john/john.ini Normal file
View 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

File diff suppressed because it is too large Load Diff