Added some Nautilus scripts as placeholders
This commit is contained in:
@ -100,7 +100,7 @@ check_dep "${SLEEP_BIN}" "coreutils"
|
||||
check_ext "${SOURCE}" "txt"
|
||||
|
||||
# For development I have only used rockyou.txt.
|
||||
# TODO: choice of more dictionaties:
|
||||
# TODO: choice of more AND MUCH SHORTER dictionaties:
|
||||
# https://github.com/danielmiessler/SecLists/tree/master/Passwords
|
||||
readonly DICTIONARY="/home/${USER}/hashcat/dictionaries/rockyou.txt"
|
||||
check_file "${DICTIONARY}" "rockyou.txt"
|
||||
@ -112,7 +112,9 @@ readonly HASHCAT="${DIRNAME}/$( ${BASENAME_BIN} "${SOURCE}" )-hashcat-dictionary
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# We need force if we use an intel GPU with "broken" OpenCL!
|
||||
# (need some hours)
|
||||
# (need years!!!)
|
||||
#
|
||||
# Actually not working with nVidia (OpenCL and/or Cuda)!
|
||||
#-------------------------------------------------------------------------------
|
||||
if [ ! -f "${HASHCAT}" ] ; then
|
||||
${GTERMINAL_BIN} --hide-menubar -- \
|
||||
|
Reference in New Issue
Block a user