mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Remove extra echo
Seems I forgot to remove this when converting to printf.
This commit is contained in:
parent
0dd4ffbd6b
commit
0965e25943
@ -1281,7 +1281,6 @@ function attack_3()
|
||||
|
||||
# charset 1
|
||||
char=$(echo "${pass}" | cut -b ${charset_1_pos})
|
||||
charset_1=$(echo -e "${charset_1}\n${char}")
|
||||
charset_1=$(printf "%s\n%s\n" "${charset_1}" "${char}")
|
||||
|
||||
# charset 2
|
||||
|
Loading…
Reference in New Issue
Block a user