From 6c805b24d1b646953a51a69a1c08c95b8d15a4a8 Mon Sep 17 00:00:00 2001 From: duckie Date: Wed, 19 Aug 2020 22:23:25 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7a03b38..058a3cf 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ Using Corsy is pretty simple ##### Scan URLs from a file `python3 corsy.py -i /path/urls.txt` +##### Scan URLs from stdin +`cat urls.txt | python3 corsy.py` + ##### Number of threads `python3 corsy.py -u https://example.com -t 20`