How to detect steal script in landing page?

5light

Regular Member
Joined
May 26, 2017
Messages
306
Reaction score
66
Hi,

Today I saw someone' ogads locker when click link on my landing page
smiley-shock.png
( it looks different than mine) I was so scared and checked again 4 times (2 is mine and 2 not) so who knows how to detect this type of script in landing page plz tell me!(how it looks like) Thank so much.
 
you cant steal the php code its hiden. You might be able to inspect elements and scrape the info and paste in into notepad++ but its gonna be allot of work either way. Better off just creating your own from a template tbh if your not an expert at coding.
 
Hi,

Today I saw someone' ogads locker when click link on my landing page
smiley-shock.png
( it looks different than mine) I was so scared and checked again 4 times (2 is mine and 2 not) so who knows how to detect this type of script in landing page plz tell me!(how it looks like) Thank so much.

Check .js files or if there is another index.html file.

I have seen that script before, it works on a variable of 50/50, as exactly you have described.
 
check jquery.min.js (or use your own from google cdn). Check all js files/codes and try to find some like eval() or window.location strings.
 
Back
Top