There are several ways to rip a lander.

You could buy paid software tools to do the job but an easier and free method is to use Wget command line tool.

Wget is installed on every linux installation by default. Here's how you rip a lander using Wget:

Step 1: Log into your Linux VPS

Step 2: Type into your command line:

wget –no-parent –no-check-certificate -e robots=off -nd -k -p -H -E -K –restrict-file-names=windows https://yoururl.com/path/index.html -P foldername

Replace https://yoururl.com/path/index.html with URL of the landingpage and foldername with the name of folder you want to download it to.