Web - Client

Thursday 1 June 2017, 08:47  #1
Web - Client Javascript - Obfuscation 4
Anatoly
  • 3 posts

Need some hint pls

What i have done:
1. Beautified script
2. Searched in the code.
3. Found one of right chars combination ( sum charCodeAt = [number in the script])

But after code was executed with my password it returned result of function(clef, [inserted password]) = random chars.

So where did i go the wrong way, is there a way to solve it without script to brut prase to get none random chars in the end?

Monday 5 February 2018, 17:17  #2
Web - Client Javascript - Obfuscation 4
Githaya
  • 1 posts

There is no need for bruteforce. You need to understand what is the function doing, and what it is hiding.

Wednesday 20 March 2019, 16:44  #3
Web - Client Javascript - Obfuscation 4
Phaisarn
  • 3 posts

I understand what is the function doing and I can get some passwords (sum is equal 8932), but I don’t understand how to get the correct password to pass Validation.

Can anyone get me some hint?

Thursday 21 March 2019, 03:58  #4
Web - Client Javascript - Obfuscation 4
Phaisarn
  • 3 posts

I’ve got it.

Friday 7 August 2020, 23:56  #5
Web - Client Javascript - Obfuscation 4
Mathéo90
  • 1 posts

I am stuck too in this challenge  😢
can you tell me why I don’t find the correct password, I understand what the function doing but I don’t really know how I can find the password.
Can you give me a hint please  🙂