From 00e9940a0b6d909ba231e8aa63d636a3e966c253 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Wed, 14 Apr 2021 16:50:56 +0300 Subject: [PATCH] Using pymssql v2.2.0 or later results in the following error message: ImportError: /tmp/_MEISNYzdG/pymssql/_pymssql.cpython-37m-x86_64-linux-gnu.so: ELF load command address/offset not properly aligned --- monkey/infection_monkey/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/infection_monkey/Pipfile b/monkey/infection_monkey/Pipfile index 385043b1d..ff65131c5 100644 --- a/monkey/infection_monkey/Pipfile +++ b/monkey/infection_monkey/Pipfile @@ -16,7 +16,7 @@ psutil = ">=5.7.0" psycopg2-binary = "==2.8.6" pycryptodome = "==3.9.8" pyftpdlib = "==1.5.6" -pymssql = "<3.0" +pymssql = "==2.1.5" pypykatz = "==0.3.12" pysmb = "==1.2.5" requests = ">=2.24"