Skip to content

Commit

Permalink
fix ffuf command
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Oct 21, 2023
1 parent 172d579 commit 32209dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/fuzzer/ffuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ commands:
- name: help
arguments: [ "ffuf --help" ]
- name: version
arguments: [ "ffuf --version" ]
arguments: [ "ffuf -V" ]
- name: default
arguments:
- "ffuf"
Expand Down

0 comments on commit 32209dc

Please sign in to comment.