• Joined on 2025-07-20
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 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 dutchcoders/transfer.sh#115 2026-01-19 18:29:02 +00:00
Example Zsh/Bash function for transfer.sh homepage

@keks24 commented on GitHub:

My pleasure! 😃

If it is too big for the README.md, you may want to put it into an expandable detail section:

Some details
michael opened issue usnistgov/macos_security#46 2026-01-19 18:29:02 +00:00
Platform SSO and os_unlock_active_user_session_disable
michael closed 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.
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

if you have time and you can open a PR to directly update the README.md it would be awesome

I'm a little busy this days…

michael closed issue usnistgov/macos_security#48 2026-01-19 18:29:02 +00:00
MacOS 15 defintion for CCE-94310 "Configure Sudo To Log Events" calls the same testID twice
michael opened issue dutchcoders/transfer.sh#118 2026-01-19 18:29:02 +00:00
service side encryption for local backend
michael opened issue dutchcoders/transfer.sh#119 2026-01-19 18:29:02 +00:00
Support for folder upload/sharing
michael opened issue dutchcoders/transfer.sh#120 2026-01-19 18:29:02 +00:00
max-downloads seems not to delete the file
michael closed issue dutchcoders/transfer.sh#119 2026-01-19 18:29:02 +00:00
Support for folder upload/sharing