Skip to content

Commit 0922fed

Browse files
authored
Update README.md
1 parent e9a2d4f commit 0922fed

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,18 @@ Run the scanner by following command:
2121
```shell
2222
python 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 |

0 commit comments

Comments
 (0)