scap-workbench
scap-workbench copied to clipboard
Question : New Microsoft Windows build
Hello,
Do you think to release an updated Microsoft Windows package ? Latest available version is v1.1.5.
Regards
I was wondering the same. I'm missing the "generate remediation role" button.
Unfortunately the process of building it for Windows is not working at the moment, a lot of things have changed since the last Windows build and as it involves other components such as OpenSCAP, the task of making it work is not trivial.
@nielsvbrecht To generate remediation role maybe you could try to use command line application from OpenSCAP (oscap) to produce this file for you. This is the latest release of OpenSCAP for Windows: https://github.com/OpenSCAP/openscap/releases/download/1.3.3/OpenSCAP-1.3.3-win32.msi
Then you can run something similar using tailoring files generated by SCAP Workbench:
oscap xccdf generate fix --fix-type bash --profile xccdf_org.ssgproject.content_profile_customized_profile --tailoring-file ssg-product-ds-tailoring.xml datastream-file.xml
Starting the process of looking into creating a new build for Windows - PR soon to follow
what i'd appreciate in scap-workbench is for a way to do remote scanning on Microsoft Windows hosts from either platform (LIN/MSW/OSX)