Skip to content

Commit

Permalink
docs: add module help usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm authored Apr 11, 2024
1 parent 1e97dd8 commit 3772f18
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,18 @@ $ make

ZGrab2 supports modules. For example, to run the ssh module use

```
```bash
./zgrab2 ssh
```

To retrieve detailed command-line usage and options for a specific module, append -h to the command:

```bash
./zgrab2 [module] -h
```

This will display the module-specific options, as well as the application-wide options, including usage examples, available flags, and descriptions for each option.

Module specific options must be included after the module. Application specific options can be specified at any time.

## Input Format
Expand Down

0 comments on commit 3772f18

Please sign in to comment.