redeye-framework / Redeye

Redeye is a tool intended to help you manage your data during a pentest operation
BSD 3-Clause "New" or "Revised" License
464 stars 48 forks source link

Replace eventlet #32

Open elboulangero opened 2 months ago

elboulangero commented 2 months ago

FYI eventlet is on the way out, cf. https://github.com/eventlet/eventlet README:

Our goal is to plan the retirement of eventlet

Would be nice to find a replacement at some point.

For Linux distros, eventlet is starting to cause problems, for example this page shows all the Debian packages that need the workaround EVENTLET_NO_GREENDNS=yes: https://codesearch.debian.net/search?q=EVENTLET_NO_GREENDNS&literal=1&perpkg=1

We also have to patch a few packages in Kali Linux.

Unfortunately I'm not familiar with Python async stuff, so I can't submit a patch myself. I don't know if it's easy to migrate to something else.

Best regards, from Kali dev team !

sisitrs2 commented 2 months ago

Hi, Thank you for bringing this to our attention. We appreciate the heads-up and will work on finding a replacement and implementing a fix in the coming days.

Best regards, from the redeye-framework team :)