π―Adding One-Shot Modules
[
{
"command": "/home/op/go/bin/ffuf -w _wordlist_ -u _target_/FUZZ -of csv -o output/_cleantarget_ -ac",
"wordlist": "/home/op/lists/seclists/Discovery/Web-Content/big.txt",
"ext": "csv",
"threads": "1"
}
][
{
"command": "for i in $(cat input); do ffuf -w _wordlist_ -u $i/FUZZ -of csv -o output/$(echo $i | tr -d ':' | tr -d '/') -ac; done",
"wordlist": "/home/op/lists/seclists/Discovery/Web-Content/big.txt",
"ext": "dir"
}
]Last updated