mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Add link to Everything you need to know about FFUF (#303)
This commit is contained in:
parent
79fe3c0c91
commit
60a3f5a13d
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
|
|||
|
||||
## Example usage
|
||||
|
||||
The usage examples below show just the simplest tasks you can accomplish using `ffuf`.
|
||||
|
||||
For more extensive documentation, with real life usage examples and tips, be sure to check out the awesome guide:
|
||||
"[Everything you need to know about FFUF](https://codingo.io/tools/ffuf/bounty/2020/09/17/everything-you-need-to-know-about-ffuf.html)" by
|
||||
Michael Skelton ([@codingo](https://github.com/codingo)).
|
||||
|
||||
|
||||
### Typical directory discovery
|
||||
|
||||
[![asciicast](https://asciinema.org/a/211350.png)](https://asciinema.org/a/211350)
|
||||
|
|
Loading…
Reference in a new issue