epsylon / ufonet

UFONet - Denial of Service Toolkit
https://ufonet.03c8.net
2.16k stars 603 forks source link

Workaround to run in python 3.11 #432

Closed peterpt closed 1 year ago

peterpt commented 1 year ago

Took me some time to workaround Crypto module , but this script works fine in python 3.11 , basically what is needed is to install with pip3 (python 3.11 or any python above 3.7) pycryptodome with the command (pip3 install pycryptodome --break-system-packages) , it looks that debian created a patch to avoid this installation outside a virtual environment witch can be override with that pip3 command line . No change need to be made in script , everything works fine . Desktop_001 Terminal - _014