From 81730e29d1c952a065e5330d11a040a6e1613b2d Mon Sep 17 00:00:00 2001 From: Amin Cheloh Date: Sun, 9 Oct 2022 03:34:28 +0700 Subject: [PATCH] ffuf, mdbook, s3cmd: fix typo (#8770) --- pages/linux/ffuf.md | 2 +- pages/linux/mdbook.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/ffuf.md b/pages/linux/ffuf.md index 4ae165e4e..8b38af239 100644 --- a/pages/linux/ffuf.md +++ b/pages/linux/ffuf.md @@ -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}}"` diff --git a/pages/linux/mdbook.md b/pages/linux/mdbook.md index f4495960c..15919da01 100644 --- a/pages/linux/mdbook.md +++ b/pages/linux/mdbook.md @@ -1,6 +1,6 @@ # mdbook -> Create online books by writing makrdown files. +> Create online books by writing Markdown files. > More information: . - Create a mdbook project in the current directory: