• Joined on 2025-07-20
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

@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 closed issue usnistgov/macos_security#43 2026-01-19 18:29:02 +00:00
system_settings_ssh_disable (Commands discrepancy)
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 opened issue dutchcoders/transfer.sh#115 2026-01-19 18:29:01 +00:00
Example Zsh/Bash function for transfer.sh homepage
michael opened issue dutchcoders/transfer.sh#116 2026-01-19 18:29:01 +00:00
Go 1.17 strict TLS APLN breaks Let's Encrypt
michael opened issue dutchcoders/transfer.sh#117 2026-01-19 18:29:01 +00:00
Reporting Abuse
michael closed issue dutchcoders/transfer.sh#115 2026-01-19 18:29:01 +00:00
Example Zsh/Bash function for transfer.sh homepage
michael closed issue dutchcoders/transfer.sh#117 2026-01-19 18:29:01 +00:00
Reporting Abuse
michael commented on issue usnistgov/macos_security#42 2026-01-19 18:29:01 +00:00
Rule updates for Sequoia -- os_appleid_prompt_disable, os_icloud_storage_prompt_disable, and more...

@pweroherc commented on GitHub:

This actually will take a bunch of refactoring since that payload and all is built in an array. Not impossible. It'll be more than just updating the YAML. It'll…