Remove extra echo
Seems I forgot to remove this when converting to printf.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user