ffuf

ffuf 2.3.0

Tool for web fuzzing

<rendered-html><p>FFUF, or “Fuzz Faster you Fool” is an open source web fuzzing tool, intended for discovering elements and content within web applications or web servers.</p> </rendered-html>

https://github.com/ffuf/ffuf
MIT License
main program: ffufprograms: ffuf
Platforms (30)
powerpc-linuxm68k-linuxs390-linuxx86_64-linuxi686-linuxarmv7l-linuxmips-linuxarmv7a-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ffuf
];
Ad-hoc shell
nix-shell -p ffuf
Flake (nix run)
nix run nixpkgs#ffuf