From f3983f33aba6b52c4b4d3a5770fc21ef2e457d98 Mon Sep 17 00:00:00 2001 From: Francisco Vilmar Cardoso Ruviaro Date: Mon, 11 Jan 2021 19:29:03 +0000 Subject: [PATCH] Switched from pycrypto to pycryptodomex --- patator.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patator.py b/patator.py index 1e6b56a..d33845e 100755 --- a/patator.py +++ b/patator.py @@ -4248,7 +4248,7 @@ class RDP_login: # VNC {{{ try: - from Crypto.Cipher import DES + from Cryptodome.Cipher import DES except ImportError: notfound.append('pycrypto') diff --git a/requirements.txt b/requirements.txt index 7e8361d..2d4b3c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pyopenssl cx_Oracle mysqlclient psycopg2-binary -pycrypto +pycryptodomex dnspython IPy pysnmp