1
0
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:
Rosen Penev 2019-08-10 13:16:14 -07:00
parent 0dd4ffbd6b
commit 0965e25943
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B

View File

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