Added Nautilus scripts for cracking GNU/Linux passwords and some fixes
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user