diff --git a/README.md b/README.md index 9f10060..328c0ff 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,13 @@ Built from the ground up for ease of use, performance, beautiful ui and portabil ![](https://github.com/raw/pwnwriter/haylxon/showcase/v0.1.2/feature.png) + - **Read urls from stdin**. ✂️ + You can use `--stdin` flag and read urls from stdin as well. + ```bash + $ cat urls.txt | hxn -b $(which brave) --stdin --silent + ``` + + ![](https://github.com/raw/pwnwriter/haylxon/showcase/v0.1.2/stdin.png)