6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-MquLChDuJe3DdkxxKV4W0o49IIt7Am+yuhdOqUqexS8=";
18 build-system = with python3.pkgs; [
22 dependencies = with python3.pkgs; [
27 install -Dm755 pig.py $out/bin/dhcpig
31 description = "Tool to perform advanced DHCP exhaustion attack";
32 homepage = "https://github.com/kamorin/DHCPig";
33 license = licenses.gpl2Plus;
34 maintainers = with maintainers; [ tochiaha ];
35 mainProgram = "dhcpig";