Added some Nautilus scripts as placeholders

This commit is contained in:
2020-12-01 17:04:20 +01:00
parent 2f609c5035
commit 38793830d1
3 changed files with 232 additions and 2 deletions

View File

@ -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 -- \