PiRomant

Results 20 comments of PiRomant

> I've moved to other solutions for rule writing. @theflakes, сan you tell what you're using?

@theflakes, What if you split all conditions into separate rules and сombine it at the end. ```xml selection_pe|selection_script|selection_juicypotato_enum (?i)HotPotatoes6 selection_pe|selection_script|selection_juicypotato_enum (?i)HotPotatoes7 selection_pe|selection_script|selection_juicypotato_enum (?i)HotPotatoes ``` With level !=0 you can change...

@DidierLoiseau, perhaps a new parameter in the client config / command argument would better fit into the design of the application. Or at least, could you add to the documentation...

Suggest in Windows SCA policies to use `chcp 437` before `net` and `auditpol` to resolve * https://github.com/wazuh/wazuh/issues/16842 ex: ```diff - - 'c:net.exe accounts -> + - 'c:cmd /c "chcp 437...

> I tested this and the output still used the system's display language. I checked my own, and it's fixed all except checks with username Administrator in my language. Recheck...

![image](https://github.com/ComplianceAsCode/content/assets/29551044/39c9dbbb-d3eb-4ebb-8733-8fc9e74704a0) [CIS_Ubuntu_Linux_22.04_LTS_Benchmark_v1.0.0_5.4.1.pdf](https://github.com/user-attachments/files/15899704/CIS_Ubuntu_Linux_22.04_LTS_Benchmark_v1.0.0_5.4.1.pdf) [CIS_Ubuntu_Linux_22.04_LTS_Benchmark_v2.0.0_5.4.1.pdf](https://github.com/user-attachments/files/15899705/CIS_Ubuntu_Linux_22.04_LTS_Benchmark_v2.0.0_5.4.1.pdf)

Clear install ubuntu-22.04.4-live-server-amd64. Lets use your https://github.com/ComplianceAsCode/content/issues/12074#issuecomment-2195994583 script ```bash root@ad:/home/ad# nano xccdf_org.ssgproject.content_rule_accounts_password_pam_retry.sh root@ad:/home/ad# chmod +x xccdf_org.ssgproject.content_rule_accounts_password_pam_retry.sh # before (I entered mismatched passwords here on purpose) root@ad:/home/ad# passwd New password: Retype...

There is no `libpam-pwquality` after running the script https://github.com/ComplianceAsCode/content/issues/12074#issuecomment-2195994583.

So, there are 7 `pam_pwquality` configuration checks, and none of them confirms that it is installed and enabled?