mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
updates
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
ac873f4fdd
commit
33db16536c
|
@ -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
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
Loading…
Reference in New Issue
Block a user