Skip to content

Commit 8ea1afa

Browse files
committed
Merge branch 'master' of github.com:chenjj/CORScanner
2 parents c1a6910 + e61b73b commit 8ea1afa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ sudo pip install cors
8484
{'url': 'https://www.instagram.com', 'type': 'reflect_origin', 'credentials': 'false', 'origin': 'https://evil.com', 'status_code': 200}
8585
```
8686

87-
You can also use CORScanner via the `corscanner` or `cors` command: `corscanner -u https://www.instagram.com -vv`
87+
You can also use CORScanner via the `corscanner` or `cors` command: `corscanner -vu https://www.instagram.com`
8888

8989
## Usage
9090

@@ -130,9 +130,9 @@ Short Form | Long Form | Description
130130

131131
```python cors_scan.py -u example.com -p http://127.0.0.1:8080```
132132

133-
or
133+
To use socks5 proxy, install PySocks with `pip install PySocks`
134134

135-
```python cors_scan.py -u example.com -p sock5://127.0.0.1:8080```
135+
```python cors_scan.py -u example.com -p socks5://127.0.0.1:8080```
136136

137137
* To list all the basic options and switches use -h switch:
138138

0 commit comments

Comments
 (0)