atomizer / muledump

all your mules are belong to you
84 stars 144 forks source link

Colon in password. #124

Closed BrennanT closed 7 years ago

BrennanT commented 7 years ago

Having a colon (":") in your password breaks the script by cutting off everything after and including the colon in your password. Is there a fix for this or a way to escape the colon?

Nightfirecat commented 7 years ago

Just a hunch, can you try escaping it in the string? eg. "te:st" --> "te\:st"

Nightfirecat commented 7 years ago

...so did that work?

BrennanT commented 7 years ago

It was an issue with a Java program that wasn't writing to the accounts.js correctly.