Skip to content

Commit

Permalink
sqlmap: init at 1.0.9.post5
Browse files Browse the repository at this point in the history
  • Loading branch information
bennofs committed Oct 1, 2016
1 parent f2f7420 commit 19c6da2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -22548,6 +22548,24 @@ in modules // {
};
};

sqlmap = buildPythonPackage {
name = "sqlmap-1.0.9.post5";

src = pkgs.fetchurl {
url = "mirror://pypi/s/sqlmap/sqlmap-1.0.9.post5.tar.gz";
sha256 = "0g8sjky8anrmcisc697b5qndp88qmay35kng9sz9x46wd3agm9pa";
};

propagatedBuildInputs = with self; [ modules.sqlite3 ];

meta = with pkgs.stdenv.lib; {
homepage = "http://sqlmap.org";
license = licenses.gpl2;
description = "Automatic SQL injection and database takeover tool";
maintainers = with stdenv.lib.maintainers; [ sqlmap ];
};
};

pgpdump = self.buildPythonPackage rec {
name = "pgpdump-1.5";

Expand Down

0 comments on commit 19c6da2

Please sign in to comment.