Home > Paid Traffic Sources > Mobile

How to download most landers with aggresive javascript redirect (2)


08-24-2016 08:37 AM #1 thedrone (Member)
How to download most landers with aggresive javascript redirect

Hey,
so this is what I normally do to download a lander that tries to hide behind a javascript redirect (so if you don't access it from mobile it redirects, etc). I use the terminal (you can do it from mac or linux).

First, locate the lander on your spy tool, and copy the URL.

Click image for larger version. 

Name:	a.jpg 
Views:	79 
Size:	42.5 KB 
ID:	12442

As you can see, when we go to the lander, it redirects to a whitehat lander, that's not what we want.

Click image for larger version. 

Name:	b.jpg 
Views:	61 
Size:	42.9 KB 
ID:	12443

So, let's check that there is something there. With curl you can actually see all the source code. Check that the page you are reading is different from the one you are seeing on the browser. In this case, we can even see javascript code to handle the back button, etc.

Code:
curl "URL"
Click image for larger version. 

Name:	c.jpg 
Views:	41 
Size:	37.6 KB 
ID:	12444
Click image for larger version. 

Name:	d.jpg 
Views:	63 
Size:	58.6 KB 
ID:	12445

Now, with wget we can download the whole page:

Code:
wget -m "URL"
Click image for larger version. 

Name:	e.jpg 
Views:	65 
Size:	54.5 KB 
ID:	12446

And have it ready for us to slice and test and modify:

Click image for larger version. 

Name:	f.jpg 
Views:	66 
Size:	12.2 KB 
ID:	12447

If you have any questions please ask


08-24-2016 04:22 PM #2 vortex (Senior Moderator)

Thanks a mill! Next time I encounter this situation, will give this a try.



Amy


Home > Paid Traffic Sources > Mobile