knownsec / pocsuite3

pocsuite3 is an open-sourced remote vulnerability testing framework developed by the Knownsec 404 Team.
https://pocsuite.org
Other
3.66k stars 783 forks source link

replace pkg_resources for python 3.12 #420

Closed branchvincent closed 7 months ago

branchvincent commented 7 months ago

Python 3.12 has removed bundled setuptools (aka pkg_resources): https://docs.python.org/3.12/whatsnew/3.12.html#removed

Also

wh0am1i commented 7 months ago

thanks for you pull requests, but some checks failed. We will fix it, Please resubmit after fixing.

wh0am1i commented 7 months ago

hello, you can run git pull and marge master branch, then resubmit,thanks!

branchvincent commented 7 months ago

@wh0am1i done!