- New features:
- New keyword FFUF.
- Standalone FFUF can be found in helpers directory.
- Added pre-defined modes for different usages and multiple ways of executing FFUF.
- EX: SHELL $$ffuf\FFUF.exe -w @@__meta\wordlist.txt -u http://example.com/FUZZ >> @@__meta\LOG.TXT
- EX: FFUF PATH @@__meta\wordlist.txt http://example.com/FUZZ
- EX: FFUF CMD -w @@__meta\wordlist.txt -u http://example.com/FUZZ -o @@__meta\LOG.TXT
- Bugfixes:
- Remote execution now running.
- Improvements:
- Exported automation now runs in inputsock automatically when inputsock is available