6 python3.pkgs.buildPythonApplication rec {
8 version = "unstable-2021-12-18";
11 src = fetchFromGitHub {
14 rev = "070fbd00f0945645bd5e0daa199a554ef3884b95";
15 sha256 = "sha256-ORSc4KHyAMjuA7QHReDh6SYY5yZRunBBN1+lkCayqL4=";
18 propagatedBuildInputs = with python3.pkgs; [
25 substituteInPlace log4j-scan.py \
26 --replace "headers.txt" "../share/headers.txt"
32 install -vD ${pname}.py $out/bin/${pname}
33 install -vD headers.txt headers-large.txt -t $out/share
39 description = "Scanner for finding hosts which are vulnerable for log4j";
40 homepage = "https://github.com/fullhunt/log4j-scan";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];