scap-workbench icon indicating copy to clipboard operation
scap-workbench copied to clipboard

Question : New Microsoft Windows build

Open audpa33 opened this issue 5 years ago • 4 comments

Hello,

Do you think to release an updated Microsoft Windows package ? Latest available version is v1.1.5.

Regards

audpa33 avatar Feb 04 '20 12:02 audpa33

I was wondering the same. I'm missing the "generate remediation role" button.

nielsvbrecht avatar May 22 '20 09:05 nielsvbrecht

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

ggbecker avatar May 22 '20 12:05 ggbecker

Starting the process of looking into creating a new build for Windows - PR soon to follow

carlosmmatos avatar Jun 23 '20 13:06 carlosmmatos

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)

commandline-be avatar Apr 28 '21 08:04 commandline-be