Merge pull request #3390 from philsmd/tab_completion_a9

add support for -a 9 to tab completion
pull/3395/head
Jens Steube 2 years ago committed by GitHub
commit 4d73d9945e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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