| Crates.io | web_audit |
| lib.rs | web_audit |
| version | 0.0.1 |
| created_at | 2022-04-22 20:08:36.097371+00 |
| updated_at | 2022-04-22 20:20:09.57279+00 |
| description | A simple to use tool to get detailed data about your website |
| homepage | https://github.com/jase-k/rust_web_auditor |
| repository | https://github.com/jase-k/rust_web_auditor |
| max_upload_size | |
| id | 572354 |
| size | 98,034 |
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 firefoxcargo install geckdriverInstall 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