ffuf, mdbook, s3cmd: fix typo (#8770)

This commit is contained in:
Amin Cheloh
2022-10-09 03:34:28 +07:00
committed by GitHub
parent 4ef97de623
commit 81730e29d1
2 changed files with 2 additions and 2 deletions

View File

@@ -23,6 +23,6 @@
`ffuf -w {{path/to/postdata.txt}} -X {{POST}} -d "{{username=admin\&password=FUZZ}}" -u {{https://target/login.php}} -fc {{401}}`
- Discover subdomains using a subdoomain list on a target website:
- Discover subdomains using a subdomain list on a target website:
`ffuf -w {{subdomains.txt}} -u {{https://website.com}} -H "{{Host: FUZZ.website.com}}"`

View File

@@ -1,6 +1,6 @@
# mdbook
> Create online books by writing makrdown files.
> Create online books by writing Markdown files.
> More information: <https://rust-lang.github.io/mdBook/>.
- Create a mdbook project in the current directory: