Answer the question
In order to leave comments, you need to log in
Sms/ email verification wp?
Is it possible to organize a way to verify certain actions on the site via sms / mail on wp? For example, I have a contact form cf7. before sending data from it, you need to receive a confirmation code that will come either via SMS or to your mail. Maybe there is a plugin?
ps After trying a few from the wp library and not getting the desired result, I decided to ask here.
Answer the question
In order to leave comments, you need to log in
This is how
deobfuscation itself is simple, by the way.
1. First, we replace eval with an assignment to a variable and get a partially deobfuscated code (as @omun did as a result ) .
2. Further there in the code there is the same repeating combination:
s = String.fromCharCode(...); // as a result, the set of characters required to get the text of the function is output
(![] + [])[+[]][([![]] + {})...(); // get the text of the function from s and immediately execute it. We remove () and we can get the function code directly
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question