swanandx / rustywitness

A CLI tool for getting screenshots of URLs using headless chrome
MIT License
27 stars 6 forks source link
bugbounty cli headless-chrome recon rust web

rustywitness

πŸ¦€ 🌐 πŸ“Έ
Web screenshot utility
A CLI tool for getting screenshots of URLs using headless chrome


@_swanandx GitHub issues GitHub stars GitHub forks GitHub license
Built with ❀︎ by swanandx and contributors

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

Using cargo πŸ¦€

Build it from source 🎯

Clone repository

then build and run

OR

🚧 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!