add support for -a 9 to tab completion

pull/3390/head
philsmd 2 years ago
parent 31758f09a8
commit 28b596d0ef
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

@ -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}))

Loading…
Cancel
Save