1 { lib, buildPythonPackage, isPy27, fetchPypi
2 , paramiko, pycurl, ajpy, impacket, pyopenssl, cx_oracle, mysqlclient
3 , psycopg2, pycrypto, dnspython, ipy, pysnmp, pyasn1, pysqlcipher3 }:
6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "68cb24bdc3042ee0d47a288b19a8b99a6c54bdbd4ddf0c5817d9b9ac0a0d8a15";
17 substituteInPlace requirements.txt \
18 --replace psycopg2-binary psycopg2
21 propagatedBuildInputs = [
38 # tests require docker-compose and vagrant
42 description = "multi-purpose brute-forcer";
43 homepage = "https://github.com/lanjelot/patator";
44 license = licenses.gpl2;
45 maintainers = with maintainers; [ y0no SuperSandro2000 ];