mirror of
https://github.com/lanjelot/patator
synced 2024-11-12 01:10:42 +00:00
Switched from pycrypto to pycryptodomex
This commit is contained in:
parent
452819f807
commit
f3983f33ab
@ -4248,7 +4248,7 @@ class RDP_login:
|
||||
|
||||
# VNC {{{
|
||||
try:
|
||||
from Crypto.Cipher import DES
|
||||
from Cryptodome.Cipher import DES
|
||||
except ImportError:
|
||||
notfound.append('pycrypto')
|
||||
|
||||
|
@ -6,7 +6,7 @@ pyopenssl
|
||||
cx_Oracle
|
||||
mysqlclient
|
||||
psycopg2-binary
|
||||
pycrypto
|
||||
pycryptodomex
|
||||
dnspython
|
||||
IPy
|
||||
pysnmp
|
||||
|
Loading…
Reference in New Issue
Block a user