1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

add support for -a 9 to tab completion

This commit is contained in:
philsmd 2022-07-23 11:43:54 +02:00
parent 31758f09a8
commit 28b596d0ef
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -821,7 +821,7 @@ _hashcat ()
*)
case "${attack_mode}" in
0)
0|9)
# dict/directory are files here
_hashcat_files_folders_exclude "${cur}" "${HIDDEN_FILES_AGGRESSIVE}"
COMPREPLY=($(compgen -W "${hashcat_file_list}" -- ${hashcat_select}))