Prevent unintentional clicks to malicious websites by defanging URLs when analyzing malicious documents
rust = 1.60
yew = 0.20
- Download or clone the project. Unpack and cd into the directory
git clone https://github.com/fdvmoreira/url-defanger.git
- Install rustup Download:
- Linux:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Windows (installer): https://win.rustup.rs/x86_64
- Install trunk with Cargo
cargo install trunk
- Run trunk to serve the application
trunk serve
Licensed under MIT LICENSE.