Can't login

Discussion about hacker.org's server
Post Reply
colophonius
Posts: 1
Joined: Fri Oct 31, 2008 5:29 pm

Can't login

Post by colophonius »

Hi hackers,

I can't solve the puzzles automatic. The answer is 'invalid password'. My password contains special characters like '/' or '+'.

What can I do?

Thx
tails
Posts: 191
Joined: Tue Jun 10, 2008 7:51 pm
Location: Tokyo

Post by tails »

You must convert special characters into html-encode strings.
"%" --> "%25"
"&" --> "%26"
"+" --> "%2b" and so on.

"/" will do as it is.
Post Reply