Enuma029

Results 1 comments of Enuma029

The problem is that python 3.12 no longer supports module "imp". Changing the "import imp" to "import importlib" at line 7 in recon-ng/recon/core will make it possible to run the...