nuclei

nuclei 3.11.1

Tool for configurable targeted scanning

<rendered-html><p>Nuclei is used to send requests across targets based on a template leading to zero false positives and providing effective scanning for known paths. Main use cases for nuclei are during initial reconnaissance phase to quickly check for low hanging fruits or CVEs across targets that are known and easily detectable.</p> </rendered-html>

https://github.com/projectdiscovery/nuclei
MIT License
main program: nucleiprograms: nuclei
Platforms (30)
mipsel-linuxmips64el-linuxsh4-linuxs390-linuxi686-freebsdmicroblazeel-linuxarmv5tel-linuxpowerpc64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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