12 nativeBuildInputs = [ makeWrapper ];
15 wrapProgram "$out/bin/wpscan" \
16 --prefix PATH : ${lib.makeBinPath [ curl ]}
19 passthru.updateScript = ./update.sh;
22 description = "Black box WordPress vulnerability scanner";
23 homepage = "https://wpscan.org/";
24 changelog = "https://github.com/wpscanteam/wpscan/releases";
25 license = licenses.unfreeRedistributable;
26 maintainers = with maintainers; [ nyanloutre manveru ];
27 platforms = platforms.unix;