offensive-tools/fuzzing/wfuzz/SKILL.md
Auth/lab ref: Classic web application fuzzer using FUZZ placeholders across URL, headers, forms, auth, and request components.
npx skillsauth add aeondave/malskill wfuzzInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
HTTP fuzzing tool built around payload injection via FUZZ tokens.
pip install wfuzz
# Directory fuzzing
wfuzz -c -w wordlist.txt --hc 404 https://target/FUZZ
# Parameter fuzzing
wfuzz -c -w payloads.txt "https://target/search?q=FUZZ"
--hc/--hl/--hw/--hh).FUZZ{baseline} + BBB) for differential filtering.product, zip, chain) for combination testing.--filter, --prefilter, --slice).--script) for parse/discovery-assisted workflows.wfuzzp, Burp state/log payloads) for contextual fuzzing.-Z scan mode when enumerating unstable hostnames/services; then filter XXX errors explicitly.--conn-delay and --req-delay to avoid false noise.--field / --efield to emit pipeline-friendly output into other tools.ffuf is often the faster default for bulk enumeration.wfuzz when you need its plugin/modular style and FUZZ-placement flexibility.development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.