Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
I have downloaded a landing page from an affiliate and I am struggling with cleaning the page of any thing I don't want and anything malicous.
Is there a guide or advice on how to do this?.
I do it myselfb, because I have a tech background.
As far as I am concerned, I do it myselfb, because I have a tech background.
I use :
- JS Nice to deobfuscate code and explore a bit more
- base64decode.org to decode the base64 string (these strings often end up with = or ==, due to the base64 algorithm
- CodeBeautify to check that the images encoded in base64 in the source are actually images and not script
I search for (removing the " "):
- "="" to find base64 strings
- "//" in libraries to find "http://" "https://" and "//"
- "eval(" of course
- "atob(" > used to decode a base64 string
- "btoa(" > less frequent. Used to encode a string in base64
- "Math." and "rand" > frequently used to generate a random number between 0 and 100, and compare it to the threshold for stealing traffic (like if the random number is below or equal to 15, then redirect, otherwise no)
Plus:
- some other strings, which are the encoded versions of the abovementioned functions.
- modified libraries
- call to external ressources, looking at the FF dev console.
I am coding a tool these days where you can drop a ZIP with a lander. The tool would open the zip, read the files and list potential issues that he finds (modified libraries, codes, URL...). For each issue, he returns the file and line. So that a dev can more easily remove them. I am also thinking of having the script autoclean the code, or at least some part of it. If you could be interested, let me know.
with any HTML editor!
it's easy to edit the code with Dreamweaver or Eidtplus if you know the HTML code!
Most of them are HTML file so just load it with Dreamweaver to add content or delete the part you don't need!
HIRE A PROFESSIONAL! They're cheap and fast!