pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
4k stars 622 forks source link

Python 3.10 Interlace #608

Closed Techbrunch closed 2 years ago

Techbrunch commented 2 years ago

Interlace doesn't work with python 3.10 cf https://github.com/codingo/Interlace/issues/167

@0xtavian you might want to consider using something other than interlace in the future, @six2dez mentionned rush in https://github.com/six2dez/reconftw/issues/561

On osx you probably want to edit the following files:

/opt/homebrew/Cellar/python@3.10/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__init__.py
/opt/homebrew/Cellar/python@3.10/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/abc.py
0xtavian commented 2 years ago

This should be fixed with the latest Interlace @Techbrunch ty for reporting!