Javascript DeObfuscation
DeObfuscate and UnPack to Read the Full Source Code
We can use the following link to deobfuscate the javascript code

But Still I am unable to Understand the Code, because this javascript code is Packed, so we need to unpack the code using the following link
now i can read the code easily and find the enpoints and see how the request is being made

Javascript Code DeObfuscate by Running it
We can use developer Console to actually run the javascript code and we can see what it is doing, we just need to copy the code and then run it in the developer console
Below i can see the output of the javascript code in developer console

Last updated