infobyte / faraday

Open Source Vulnerability Management Platform
https://www.faradaysec.com
GNU General Public License v3.0
5.06k stars 914 forks source link

Update Nuclei importing #461

Closed olearycrew closed 1 year ago

olearycrew commented 1 year ago

Please search the Wiki for a solution before posting a ticket. Use the “New Support Request” button to the right of the screen to submit a ticket for technical support.

Issue Type

Faraday version

N/A Paste the output of the ./faraday.py --version command

Component Name

N/A

Steps to reproduce

For importing from Nuclei, JSON is the format that is expected. The docs here should be updated to reflect that: https://docs.faradaysec.com/import/#supported-file-formats.

Expected results

I couldn't find the docs repo to make a PR myself

Debugging tracebacks (current results)

Try to reproduce the bug with the server and/or gtk client in debug mode and check the logs for the ERROR string. Add here any errors you find while running in debug mode or, if possible, Faraday’s log files (located at $HOME/.faraday/logs/).

If you need help on how to execute in debug mode click here for more information.

Please attach the result of:

pip freeze > requirements_freeze.txt

Screenshots

If you don't find anything on the logs, please provide screenshots of the error.

Environment information

Configuration files

Mention any settings you have changed/added/removed.

Reports/Extra data

If you are having issues with plugins, please attach relevant files if possible. (strip your reports of all sensitive information beforehand).

OS

Provide information on your operating system. Example:

$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.10 DISTRIB_CODENAME=yakkety DISTRIB_DESCRIPTION="Ubuntu 16.10"

ezk06eer commented 1 year ago

Hi Mr @olearycrew, Nuclei only supports json as a formatted file, that's why we didn't include it in the name, we will analyze it and correct the name if necessary, thanks for your report!

Here is the big list with what is supported in V4: https://docs.faradaysec.com/Plugin-List-v4/

Thank you!