6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-9VTPD5i203BTl2nADjq131W9elgnaHNIWGIUuCiYlHg=";
18 propagatedBuildInputs = with python3.pkgs; [
23 substituteInPlace requirements.txt \
24 --replace 'dnspython==1.16.0' 'dnspython'
27 # tests require network access
30 pythonImportsCheck = [
35 description = "DNS reconnaissance tool for locating non-contiguous IP space";
36 homepage = "https://github.com/mschwager/fierce";
37 license = licenses.gpl3Plus;
38 maintainers = with maintainers; [ c0bw3b ];