web_audit

Crates.ioweb_audit
lib.rsweb_audit
version0.0.1
created_at2022-04-22 20:08:36.097371+00
updated_at2022-04-22 20:20:09.57279+00
descriptionA simple to use tool to get detailed data about your website
homepagehttps://github.com/jase-k/rust_web_auditor
repositoryhttps://github.com/jase-k/rust_web_auditor
max_upload_size
id572354
size98,034
Jase Kraft (jase-k)

documentation

README

WORK IN PROGRESS

Purpose:

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. . .

Setup:

Using Gecko Driver:

  1. If Firefox is not installed. Install: https://www.mozilla.org/en-US/firefox/new/ On linux you can install firefox by sudo apt install firefox
  2. Download and install geckodriver: https://github.com/mozilla/geckodriver (downloads under releases) optionally install by cargo install geckdriver
  3. Open the executable and confirm webdriver is running on port 4444 geckodriver_example

Linux Setup:

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
Commit count: 54

cargo fmt