From cd3fd5cdfbb98bb58f9c2a3619d7fea63f9a12d5 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Tue, 26 Nov 2019 21:20:35 +0530 Subject: [PATCH] Added setup instructions (#6) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1942487..b20ae22 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,18 @@ Corsy is a lightweight program that scans for all known misconfigurations in COR ![demo](https://i.ibb.co/478BCyb/corsy.png) +### Requirements +Corsy only works with `Python 3` and has the following depencies: + +- `tld` +- `requests` + +To install these dependencies, navigate to Corsy directory and execute `pip3 install -r requirements.txt` + ### Usage Using Corsy is pretty simple -`python corsy.py -u https://example.com` +`python3 corsy.py -u https://example.com` A delay between consecutive requests can be specified with `-d` option.