Update README.md

This commit is contained in:
duckie
2020-08-19 22:23:25 +05:30
committed by GitHub
parent d625914f50
commit 6c805b24d1

View File

@@ -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`