Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What Revert #83, which added connection options in a hardcoded way. <!-- Describe what changes are being made, e.g. which feature/bug is being developed/fixed in this PR? How did you verify the changes in this PR? --> ## 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: ``` wmic -d 7 -U domain/user%pass //192.168.0.1[sign,seal] "SELECT name FROM Win32_ComputerSystem" ``` or ``` `` <!-- Describe why are these changes necessary? --> ## References <!-- Add identifier for issue tickets, links to other PRs, etc. --> ## Checklist <!-- Remove this section if not applicable to your changes --> - [ ] Tests
- Loading branch information