PhantomJS
How to install PhantomJS on Ubuntu
First, install or update to the latest system software.
Install these packages needed by PhantomJS to work correctly.
Get it from the PhantomJS website.
Once downloaded, move Phantomjs folder to /usr/local/share/
and create a symlink:
On Kali you might receive an OpenSSL error, quick fix to this is as follows:
Create an empty openssl.cnf file and set environment variable to use it.
Now, It should have PhantomJS properly on your system.
Last updated