nray-scanner/nray

Improve ZGrab2 support

edermi opened this issue · 1 comments

Currently nray supports HTTP(S) and SSH scans using zgrab2 and some glue code to read the configuration from the configuration file and directly call the relevant functionality.

Most of the time this works well but sometimes stability issues occur with the current implementation (affecting only the worker currently performing a zgrab scan). Also, the default options used by nray may not be optimal right now. Additionally, there are a lot of configuration options accessible but undocumented (especially for HTTP(S)) because there wasn't time to figure their behavior out and document them yet.

There are also a lot of other protocols supported by zgrab, supporting the full zgrab service scan portfolio is a long term goal of nray.

I'm planning to remove zgrab2 as I'm not really using it and want to focus on the functionality that is really used