File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,18 @@ Run the scanner by following command:
2121``` shell
2222python scanner.py --host webmail.aut.ac.ir
2323```
24+
25+ ### flags
26+
27+ A list of the flags that you can set when executing the scanner:
28+
29+ | Flag | Description | Value |
30+ | -------- | ----------- | :---: |
31+ | ``` --host ``` | target address | string |
32+ | ``` --ports ``` | target port | int |
33+ | ``` --protocols ``` | target protocols | list |
34+ | ``` --type ``` | target type (service type) | string |
35+ | ``` --deps ``` | target deps addresses (dependency services) | list |
36+ | ``` --token ``` | target access token for authentication | string |
37+ | ``` --endpoints ``` | target special endpoints | list |
38+ | ``` --fastscan ``` | scanner fast mode | bool |
You can’t perform that action at this time.
0 commit comments