Revert #83, which added connection options in a hardcoded way.
Jira: SC-960
Why
With greenbone/openvas-scanner#1355 this options can be added when calling wmic or wmi via the library, and currently defaults to [sign]. This hardcoded options collide with the default or provided one.
For testing with wmic:
wmic -d 7 -U domain/user%pass //192.168.0.1[sign,seal] "SELECT name FROM Win32_ComputerSystem"
What
Revert #83, which added connection options in a hardcoded way. Jira: SC-960
Why
With greenbone/openvas-scanner#1355 this options can be added when calling wmic or wmi via the library, and currently defaults to [sign]. This hardcoded options collide with the default or provided one.
For testing with wmic:
or using openvas-nasl
References
Jira: SC-960
Checklist