kushvaibhav / PyNuclei

PyNuclei is an unofficial Python library for Nuclei Scanner.
MIT License
10 stars 5 forks source link

I have installed nuclei, but I am getting an error when trying to import it. I couldn't find the package after installation.? #1

Closed wjbhydj closed 9 months ago

wjbhydj commented 1 year ago

pip install PyNuclei from PyNuclei import Nuclei ModuleNotFoundError: No module named 'PyNuclei'

nrathaus commented 10 months ago

It seems that the pip package is broken

nrathaus commented 10 months ago

I fixed the issue: https://github.com/kushvaibhav/PyNuclei/pull/2

It is related to incorrect use of setup.py, you can install from the git repository, or wait for the merge and upload to pypi

kushvaibhav commented 9 months ago

Fixed in PyNuclei 1.3 release version