• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:06 +00:00
DELETE a file ?

@paolafrancesca commented on GitHub:

@pepa65 , @Anachron , the PR is ready, just needing to find a smart way to dump the X-Url-Delete header with curl

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:06 +00:00
DELETE a file ?

@paolafrancesca commented on GitHub:

I've created #128 with X-Url-Delete added to every upload. can someone please help with updating the README.md with a proper curl call that will…

michael commented on issue dutchcoders/transfer.sh#378 2026-01-19 18:30:06 +00:00
Alias for fish-shell

@k0nsl commented on GitHub:

@awendland: see if you can have them add your fish-shell function here: https://transfer.sh/#samples

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@nl5887 commented on GitHub:

Exactly why we haven't implemented it yet. I can imagine returning an extra delete header, but that won't be visible for most people. Especially not the people that…

michael closed issue usnistgov/macos_security#330 2026-01-19 18:30:05 +00:00
Suggest mapping to the NCSC CyberEssentials
michael commented on issue usnistgov/macos_security#328 2026-01-19 18:30:05 +00:00
Consider adding a mapping for Common Criteria GPOS 4.2.1

@macblazer commented on GitHub:

For whoever wants to pick this up, here is the contents of the mapping file. I named it CommonCriteria_GPOS_PP_421.csv.

pp_os_v4.2.1,800-53r5
FCS_CKM.1,…
michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@monkz commented on GitHub:

3 attempts from the same IP unable to hit the code at least with hour precision -- functionality ban.

You can use arbitrary numbers of IP addresses. This allows…

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@monkz commented on GitHub:

Usability thoughts about my post above:

Hosters should've the possibility to set defaults and limitations to parameters that are available in request headers, that…

michael commented on issue usnistgov/macos_security#329 2026-01-19 18:30:05 +00:00
profile_generator.py - All baselines use the same 'mobileconfigs' directory

@golbiga commented on GitHub:

The fix is in master, please test. Closing issue.

michael commented on issue usnistgov/macos_security#329 2026-01-19 18:30:05 +00:00
profile_generator.py - All baselines use the same 'mobileconfigs' directory

@golbiga commented on GitHub:

This has been fixed in the 0.9_prerelease branch, it will be included in the release.

Thanks for reporting it.

michael commented on issue dutchcoders/transfer.sh#373 2026-01-19 18:30:05 +00:00
Transfer.sh alias mangles output for hidden onion service

@nl5887 commented on GitHub:

Fixed with commit @2eb2d1d7f4526eff86f235667286284457c1585b

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@monkz commented on GitHub:

I've to extend/amend my former comments: The deletion shouldn't be executed on a GET request - as it might result in deletion by crawlers (there were some image…

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@Anachron commented on GitHub:

Ping @aspacca I've heard that you are the new owner of this repo.

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@pepa65 commented on GitHub:

I think it is best to just always require a password in the url that crawlers could "never" guess right.

michael closed issue usnistgov/macos_security#332 2026-01-19 18:30:05 +00:00
Baselines path incorrect in Wiki documentation
michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@paolafrancesca commented on GitHub:

@pepa65 the problem is that I don't find any proper solution to provide the ability for the uploader to delete the file in a way that others cannot without…

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@pepa65 commented on GitHub:

I think having the uploader specify a secret at upload-time is best. Uploaders that think they might want to delete a file at some point need to do that. If it was an…

michael commented on issue usnistgov/macos_security#329 2026-01-19 18:30:05 +00:00
profile_generator.py - All baselines use the same 'mobileconfigs' directory

@golbiga commented on GitHub:

@peterlewis, one thing to note. The output will still be in the mobileconfigs folder. There will just be an additional folder within, based on the selected…

michael commented on issue dutchcoders/transfer.sh#374 2026-01-19 18:30:05 +00:00
Install on a raspberry pi?

@schollz commented on GitHub:

Download and install:

wget https://storage.googleapis.com/golang/go1.6.2.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.6.2.linux-armv6l.tar.gz

Add a…

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@monkz commented on GitHub:

I would recommend a second url for deletion (independent of the download link), otherwise the -X DELETE variant would be accessible for annoying people, that delete…