ahmedkhlief / Ninja

Open source C2 server created for stealth red team operations
776 stars 169 forks source link

Deprecated pycrypto module #27

Closed zAbuQasem closed 2 years ago

zAbuQasem commented 2 years ago

From python3.10 and above, the pycrypto module is causing many issues and breaking in many scenarios. So I think it's a good idea to consider replacing it with the new replacement -> pycryptodome in order to mitigate possible new issues from users.

zAbuQasem commented 2 years ago

It's also possible to create a docker image with python3.9, which will make it more flexible to run the tool and deploy it on any Linux distro.

ahmedkhlief commented 2 years ago

Thank you ! i pushed update today to fix the issue

zAbuQasem commented 2 years ago

It's my pleasure to help