pwnwriter / haylxon

⚡ Blazing-fast tool to grab screenshots of your domain list right from terminal.
https://crates.io/crates/hxn
MIT License
384 stars 16 forks source link

Add Dockerfile for haylxon #92

Closed LivingInSyn closed 3 months ago

LivingInSyn commented 3 months ago

This adds a dockerfile for running haylxon in docker. It uses Chromium by default

sample usage:

docker build -t hxn .
docker run --rm -v /some_local_dir/hxout:/app/hxnshots -it hxn -u https://livinginsyn.com
LivingInSyn commented 3 months ago

I also tested using stdin. Example:

cat urls.txt | docker run --rm -v /some_local_dir/hxout:/app/hxnshots -i hxn  --stdin
pwnwriter commented 3 months ago

Thanks for the pr. The dockerfile works for me as well. Merging the pr.