*: shellcheck and fix typos (#6526)

* test.sh: quote a variable

* contributing-guides/*: fix typos

* pages/*: fix typos

* scripts/*: fix typos

* MAINTAINERS.md: trim trailing whitespace

Co-authored-by: a1346054 <36859588+a1346054@users.noreply.github.com>
This commit is contained in:
a1346054
2021-09-16 03:32:13 +00:00
committed by GitHub
parent 9c6d2865dc
commit 5c62e303b5
10 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
> Subdomain and directory discovery tool.
> More information: <https://github.com/ffuf/ffuf>.
- Discover directories using a [w]ordlist on a target [u]rl with [c]olorized and [v]erbose ouput:
- Discover directories using a [w]ordlist on a target [u]rl with [c]olorized and [v]erbose output:
`ffuf -w {{path/to/wordlist}} -u {{https://target/FUZZ}} -c -v`