2
0
mirror of https://github.com/lanjelot/patator synced 2024-11-12 01:10:42 +00:00
This commit is contained in:
lanjelot 2020-07-07 18:59:42 +10:00
parent 2a6744a551
commit 74545283a1
2 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,7 @@ unzip | ZIP passwords | http://www.info-zip.org/
--------------------------------------------------------------------------------------------------
Java | keystore files | http://www.oracle.com/technetwork/java/javase/ | 6 |
--------------------------------------------------------------------------------------------------
pysqlcipher3 | SQLCipher | https://github.com/rigglemania/pysqlcipher3 | 1.0.3 |
pysqlcipher3 | SQLCipher | https://github.com/rigglemania/pysqlcipher3 | 1.0.3 |
--------------------------------------------------------------------------------------------------
python | | http://www.python.org/ | 3.6 |
--------------------------------------------------------------------------------------------------
@ -5047,7 +5047,7 @@ dependencies = {
'ike-scan': [('ike_enum',), 'http://www.nta-monitor.com/tools-resources/security-tools/ike-scan', '1.9'],
'unzip': [('unzip_pass',), 'http://www.info-zip.org/', '6.0'],
'java': [('keystore_pass',), 'http://www.oracle.com/technetwork/java/javase/', '6'],
'pysqlcipher3': [('sqlcipher_pass',), 'https://github.com/rigglemania/pysqlcipher3', '1.0.3'],
'pysqlcipher': [('sqlcipher_pass',), 'https://github.com/rigglemania/pysqlcipher3', '1.0.3'],
'python': [('ftp_login',), 'Patator requires Python 3.6 or above and may still work on Python 2.'],
}
# }}}

View File

@ -11,4 +11,4 @@ dnspython
IPy
pysnmp
pyasn1
#pysqlcipher # no python3 compatibility
pysqlcipher3