• Joined on 2025-07-20
michael closed issue usnistgov/macos_security#43 2026-01-19 18:29:02 +00:00
system_settings_ssh_disable (Commands discrepancy)
michael closed issue usnistgov/macos_security#45 2026-01-19 18:29:02 +00:00
Inconsistent Output with Guest User Directory Detection Script
michael commented on issue dutchcoders/transfer.sh#115 2026-01-19 18:29:02 +00:00
Example Zsh/Bash function for transfer.sh homepage

@keks24 commented on GitHub:

I just tested this on my end and it works for zsh and bash.

What output do you get, if you upload a small file via curl like the following?:

$ echo…
michael commented on issue usnistgov/macos_security#44 2026-01-19 18:29:02 +00:00
Create Python SCP Library

@snoopy82481 commented on GitHub:

The dev_2.0 branch has this issue in the forefront and was merged what PR #507

michael commented on issue dutchcoders/transfer.sh#115 2026-01-19 18:29:02 +00:00
Example Zsh/Bash function for transfer.sh homepage

@gingerbeardman commented on GitHub:

Yeah, delete command is not shown when using zsh

michael commented on issue dutchcoders/transfer.sh#115 2026-01-19 18:29:02 +00:00
Example Zsh/Bash function for transfer.sh homepage

@paolafrancesca commented on GitHub:

$ /bin/zsh
 ~ % transfer()
{
    local file="${1}"
    if [[ ! -f "${file}" ]]
    then
        echo -e "\e[01;31mCould not find file: '${file}'.\e[…
michael commented on issue dutchcoders/transfer.sh#115 2026-01-19 18:29:02 +00:00
Example Zsh/Bash function for transfer.sh homepage

@paolafrancesca commented on GitHub:

nice @keks24 , thanks for sharing

I will add to README.md for the moment, since the frontend is already cluttered with examples unluckily :(

if you…

michael commented on issue dutchcoders/transfer.sh#116 2026-01-19 18:29:02 +00:00
Go 1.17 strict TLS APLN breaks Let's Encrypt

@docweirdo commented on GitHub:

I do have the same issue, although I do not believe it has anything to do with TLS ALPN like @BenHarris suggested. The documentation of the tls package states…

michael commented on issue dutchcoders/transfer.sh#115 2026-01-19 18:29:02 +00:00
Example Zsh/Bash function for transfer.sh homepage

@keks24 commented on GitHub:

I found the issue!

It seems, that x-url-delete is written differently in some versions of curl as seen in the [README.md](https://github.com/dutchcoders/transfe…

michael commented on issue dutchcoders/transfer.sh#116 2026-01-19 18:29:02 +00:00
Go 1.17 strict TLS APLN breaks Let's Encrypt

@paolafrancesca commented on GitHub:

fixed by #474

michael commented on issue usnistgov/macos_security#43 2026-01-19 18:29:02 +00:00
system_settings_ssh_disable (Commands discrepancy)

@robertgendler commented on GitHub:

This has been discussed with CIS, DISA, and the team. Checks (basically any service [screen sharing, ssh, smb, etc]) will get updated to also kill the service…

michael commented on issue usnistgov/macos_security#43 2026-01-19 18:29:02 +00:00
system_settings_ssh_disable (Commands discrepancy)

@robertgendler commented on GitHub:

This was solved and added.

Slightly different but same result, killing all the services if running..

michael commented on issue dutchcoders/transfer.sh#117 2026-01-19 18:29:02 +00:00
Reporting Abuse

@stefanbenten commented on GitHub:

Hello @isaacKenyon,

thanks for reporting. The file has been removed. For the future, there is a contact us button near the end of the page, which definitely…

michael commented on issue usnistgov/macos_security#45 2026-01-19 18:29:02 +00:00
Inconsistent Output with Guest User Directory Detection Script

@brodjieski commented on GitHub:

Hello! This check is derived from the CIS benchmark and uses the method that they include. The team at CIS is going to review this rule and check and we will…

michael commented on issue dutchcoders/transfer.sh#115 2026-01-19 18:29:02 +00:00
Example Zsh/Bash function for transfer.sh homepage

@keks24 commented on GitHub:

I could not help myself, but to improve the function once again. It is slowly growing, where I almost got to the point to create a separate repository for it, but I…

michael commented on issue dutchcoders/transfer.sh#115 2026-01-19 18:29:02 +00:00
Example Zsh/Bash function for transfer.sh homepage

@paolafrancesca commented on GitHub:

@keks24 thank you very much for you effort!

I will try to add this to the frontend in the weekend

michael commented on issue dutchcoders/transfer.sh#115 2026-01-19 18:29:02 +00:00
Example Zsh/Bash function for transfer.sh homepage

@keks24 commented on GitHub:

I think, that has something to do with --progress-bar, which is not perfectly removed by sed.

Does this one with --silent and --show-error without sed

michael commented on issue dutchcoders/transfer.sh#115 2026-01-19 18:29:02 +00:00
Example Zsh/Bash function for transfer.sh homepage

@keks24 commented on GitHub:

This one should be the final, functioning version for zsh and bash, which also filters out the deletion token:

## upload files to "transfer.sh"
transf…
michael commented on issue usnistgov/macos_security#47 2026-01-19 18:29:02 +00:00
False negative with V-268546 - The macOS system must enforce multifactor authentication for privilege escalation through the sudo command.

@robertgendler commented on GitHub:

Sooo I see the "issue"

In the yaml we're looking for /usr/bin/grep -Ec '^(auth\s+sufficient\s+pam_smartcard.so

michael commented on issue usnistgov/macos_security#47 2026-01-19 18:29:02 +00:00
False negative with V-268546 - The macOS system must enforce multifactor authentication for privilege escalation through the sudo command.

@vanderpol commented on GitHub:

Just checking to see if this was able to be resolved for the next release?