You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as the openvas implementation is used it is not possible to define credentials with the same service type multiple times per target. This is because the credentials are getting exposed via a NASL script, that gets the preferences and exposes them as kb item, as an example:
As long as the openvas implementation is used it is not possible to define credentials with the same service type multiple times per target. This is because the credentials are getting exposed via a NASL script, that gets the preferences and exposes them as kb item, as an example:
This effectively limits the credential per target and credential service to one.
However neither the API documentation mentions that limitation nor does openvasd prevent adding multiple entries for the same service and target.
A scan with multiple entries per service
Is accepted although it cannot work as the caller intended (try first, when not working try the second).
The expected behavior would be a 400 with a reasoning that ssh got defined twice.
Jira: SC-1212
The text was updated successfully, but these errors were encountered: