Added setup instructions (#6)

This commit is contained in:
Somdev Sangwan
2019-11-26 21:20:35 +05:30
committed by GitHub
parent c3ebdd34a3
commit cd3fd5cdfb

View File

@@ -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) ![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 ### Usage
Using Corsy is pretty simple 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. A delay between consecutive requests can be specified with `-d` option.