ffuf, mdbook, s3cmd: fix typo (#8770)
This commit is contained in:
@@ -23,6 +23,6 @@
|
|||||||
|
|
||||||
`ffuf -w {{path/to/postdata.txt}} -X {{POST}} -d "{{username=admin\&password=FUZZ}}" -u {{https://target/login.php}} -fc {{401}}`
|
`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}}"`
|
`ffuf -w {{subdomains.txt}} -u {{https://website.com}} -H "{{Host: FUZZ.website.com}}"`
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# mdbook
|
# mdbook
|
||||||
|
|
||||||
> Create online books by writing makrdown files.
|
> Create online books by writing Markdown files.
|
||||||
> More information: <https://rust-lang.github.io/mdBook/>.
|
> More information: <https://rust-lang.github.io/mdBook/>.
|
||||||
|
|
||||||
- Create a mdbook project in the current directory:
|
- Create a mdbook project in the current directory:
|
||||||
|
Reference in New Issue
Block a user