Remove extra echo

Seems I forgot to remove this when converting to printf.
pull/2159/head
Rosen Penev 5 years ago
parent 0dd4ffbd6b
commit 0965e25943
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B

@ -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…
Cancel
Save