infobyte / faraday_plugins

Security tools report parsers for Faradaysec.com
https://www.faradaysec.com/
GNU General Public License v3.0
47 stars 17 forks source link

Missing dependency for Nuclei plugin #17

Closed 303sec closed 2 years ago

303sec commented 2 years ago

I installed faraday-plugins with pip via python 3.7, but it seems to be failing with nuclei. I added the packaging module and it now works, but I assume this means you need to add the dependency in the requirements. This is the output showing nuclei failing:

$ faraday-plugins list-plugins
Cant load plugin module: nuclei [No module named 'packaging']
Cant load plugin module: nuclei_legacy [No module named 'packaging']
Faraday Plugins v1.5.10
Available Plugins :
Name                                  ID               Command    Report
aenima-x commented 2 years ago

@303sec yes your are right. We miss this because we dont use faraday-plugins as stand alone package.

We will fix it, thanks

aenima-x commented 2 years ago

Fixed