Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Dec 26, 2021
1 parent d53c22a commit 944d427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Examples:
- Scan a complete cidr: scan4log4shell remote cidr 172.20.0.0/24
- TCP catcher: scan4log4shell remote cidr 172.20.0.0/24 --catcher-type tcp --caddr 172.20.0.30:4444
- Custom headers file: scan4log4shell remote cidr 172.20.0.0/24 --headers-file ./headers.txt
- Run all tests: scan4log4shell rremote cidr 172.20.0.0/24 -a
- Run all tests: scan4log4shell remote cidr 172.20.0.0/24 -a

Flags:
-a, --all shortcut to run all checks
Expand Down
2 changes: 1 addition & 1 deletion cmd/remote_cidr.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func newRemoteCIDRCmd(noColor *bool, output *string, verbose *bool) *cobra.Comma
Example: `- Scan a complete cidr: scan4log4shell remote cidr 172.20.0.0/24
- TCP catcher: scan4log4shell remote cidr 172.20.0.0/24 --catcher-type tcp --caddr 172.20.0.30:4444
- Custom headers file: scan4log4shell remote cidr 172.20.0.0/24 --headers-file ./headers.txt
- Run all tests: scan4log4shell rremote cidr 172.20.0.0/24 -a`,
- Run all tests: scan4log4shell remote cidr 172.20.0.0/24 -a`,
SilenceUsage: true,
SilenceErrors: true,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 944d427

Please sign in to comment.