1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Merge pull request #3390 from philsmd/tab_completion_a9

add support for -a 9 to tab completion
This commit is contained in:
Jens Steube 2022-07-23 16:02:33 +02:00 committed by GitHub
commit 4d73d9945e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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