Last updated 8 months ago
The website prompts us to enter a password.
Let's check the source code.
If we replace the last pair of brackets, to toString(), we can see the deobfuscated Javascript.
toString()
function anonymous() { a=prompt('Entrez le mot de passe'); if(a=='toto123lol'){ alert('bravo'); }else{ alert('fail...'); } }
toto123lol