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:
parent
31758f09a8
commit
28b596d0ef
@ -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…
Reference in New Issue
Block a user