Added Nautilus scripts for cracking GNU/Linux passwords and some fixes

This commit is contained in:
2020-12-01 11:29:27 +01:00
parent edfba81c48
commit ba7f07512c
8 changed files with 282 additions and 6 deletions

View File

@ -20,7 +20,7 @@
# Starts hashcat with a dictionary and a rule on the choosen file with hashes.
#
# REQUIREMENTS:
# bash, zenity, coreutils and hashcat
# bash, zenity, coreutils, procps and hashcat
#
# BUGS:
# ---
@ -94,6 +94,7 @@ source "${LIBRARY}"
# Checks (see library "casualscripter_nautilus-scripts_functions.sh").
#-------------------------------------------------------------------------------
check_dep "${CUT_BIN}" "coreutils"
check_dep "${PGREP_BIN}" "procps"
check_dep "${HASHCAT_BIN}" "hashcat"
check_ext "${SOURCE}" "txt"