You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-9Lines changed: 53 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,16 @@ Often, CORS configurations make use of wildcards, for example accepting anything
49
49
50
50
# How Do I Install It?
51
51
52
-
This project was developed with Python 3.9, but should work with any Python 3.x version.
53
-
54
-
corsair_scan has been designed to be used as a Python module , so the easiest way to install it is using pip.
52
+
This project was developed with Python 3.9, but should work with any Python 3.x version. The best way to install it is using pip.
55
53
56
54
`pip3 install corsair_scan --user`
57
55
58
56
59
57
# How Do I Use It?
60
58
61
-
At the moment, corsair_scan is intended to be used as a Python package. However, we plan to release this as a command line tool (CLI) in future releases.
59
+
Corsair can be used both as a python module or as a CLI.
60
+
61
+
### **Python Module**
62
62
63
63
The method that performs the CORS scan is corsair_scan. Here is its definition:
64
64
@@ -88,10 +88,10 @@ Receives a list of requests and a parameter to enable/disable certificate check
0 commit comments