Jump to content
Paul4games

Group enigma

Recommended Posts

Da js 3 n-am putut sa o fac am cautat vreo 10-15 minute ,n-am gasit nimic si am trecut la urmatoarea,acum sunt impotmolit la 8(am gasit username&parola le-am decodat dar nu le executa si rebe sa agsesc alt mod sa le introduc si sa le execute).Asta e codul decodat :

function login( form )

{

// Set the username and password variables

var username = form.user.value

var password = form.pass.value

// Check username and password.

if ( ( username == String.fromCharCode( 106,111,104,110,110,121 ) ) && ( password == String.fromCharCode( 107,101,98,97,98 ) ) )

{

setTimeout( "location.replace( '"+password+".php' );", 0 );

}

else

{

alert( "You are wrong." );

}

}?

Username&parola trebie decodate

Link to comment
Share on other sites

Am facut js 3 ce usor era ,pai eu am intrat in script.js si am copiat codul si l-am decodat ca e codat jsscript.encode

Url:http://www.enigmagroup.org/missions/basics/js/8/script.js

Url decoder:http://www.greymagic.com/security/tools/decoder/

Url decoder string :http://home2.paulschou.net/tools/xlate/

Eu cred ca ce apare acolo e username si parola

Edited by Paul4games
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...