Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjj authored Apr 12, 2021
1 parent 2bd1733 commit f71f870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ Short Form | Long Form | Description

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

or
To use socks5 proxy, install PySocks with `pip install PySocks`

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

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

Expand Down

0 comments on commit f71f870

Please sign in to comment.