7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-MquLChDuJe3DdkxxKV4W0o49IIt7Am+yuhdOqUqexS8=";
19 build-system = with python3.pkgs; [
23 dependencies = with python3.pkgs; [
28 install -Dm755 pig.py $out/bin/dhcpig
32 description = "Tool to perform advanced DHCP exhaustion attack";
33 homepage = "https://github.com/kamorin/DHCPig";
34 license = licenses.gpl2Plus;
35 maintainers = with maintainers; [ tochiaha ];
36 mainProgram = "dhcpig";