The purpose of this tool is to allow web developers to get a high level overview of website performance, and track 404 links. More functionality to come. . .
Using Gecko Driver:
sudo apt install firefox
cargo install geckdriver
Install Rust: https://www.rust-lang.org/tools/install
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install Openssl:
sudo apt update
sudo apt install openssl
sudo apt install libssl-dev