mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
15 lines
340 B
INI
15 lines
340 B
INI
|
#
|
||
|
# 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
|