rustywitness
๐งฐ
Usage
Just pass URL rustywitness https://example.com
or /PATH/TO/FILE as argument rustywitness 100-urls.txt
.
You don't need to worry about remembering flags, it can determine if the argument is a file or a single URL!
๐ญ
Installation
๐
Download executable You can directly download executable and run it. No need for any installation.
- Check releases here.
cargo
๐ฆ
Using cargo install rustywitness
๐ฏ
Build it from source Clone repository
git clone https://github.com/swanandx/rustywitness && cd rustywitness
then build and run
cargo run
e.g.cargo run --
[OPTIONS]
OR
cargo build --release
cd target/release/
./rustywitness
e.g../rustywitness
[OPTIONS]
๐ง
Contributing
There is always scope for improvements and bugs to be fixed! Just open a issue or submit a PR.
Acknowledgement
Similar projects were very helpful as a reference. Special thanks to siddicky and Drago for testing it!