ffuf
)ffuf
tool to perform a directory brute force attack on a target URL.
Drag & Drop ffuf node
ffuf
tool. We want to add timeout
parameter to be used as additional input parameter besides required inputs. By using click
you will be presented with the configuration of the tool in the right sidebar.
Drag & Drop ffuf node
ffuf
to be configured.
url
- Target URL on which we will execute directory brute forcewordlist
- Wordlist that will be used for directory brute forcetimeout
- Additional parameter to set HTTP request timeoutDrag & Drop ffuf node
Drag & Drop ffuf node
ffuf
.
url
will have value of https://trickest.com/FUZZ
as string inputwordlist
will have value of common.txt
as file inputtimeout
will have value of 10
as number inputFUZZ
in this context is ffuf
’s way of providing place holder for brute force attack.Adding timeout to ffuf's input parameter
https://trickest.com/FUZZ
as a string input to the url
parameter.
Adding url to ffuf's input parameter
string
as input for ffuf
, it just happened that ffuf
needs URL to work properly. For wordlist, we are adding a URL from which the file can be downloadedAdding wordlist to ffuf's input parameter
ffuf
tool the command that will be automatically generated.
ffuf Command Generated
ffuf
output and extract information.