• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#326 2026-01-19 18:30:05 +00:00
sysprefs_ad_tracking_disable check

@robertgendler commented on GitHub:

Fixed within the Catalina branch.

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 opened issue usnistgov/macos_security#328 2026-01-19 18:30:05 +00:00
Consider adding a mapping for Common Criteria GPOS 4.2.1
michael opened issue usnistgov/macos_security#329 2026-01-19 18:30:05 +00:00
profile_generator.py - All baselines use the same 'mobileconfigs' directory
michael commented on issue dutchcoders/transfer.sh#374 2026-01-19 18:30:05 +00:00
Install on a raspberry pi?

@camdenorrb commented on GitHub:

How do I install Go?

michael opened issue usnistgov/macos_security#330 2026-01-19 18:30:05 +00:00
Suggest mapping to the NCSC CyberEssentials
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:

I don't know Docker, but why not just build with Go? After you install Go just use:

git clone https://github.com/dutchcoders/trans…
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#374 2026-01-19 18:30:05 +00:00
Install on a raspberry pi?

@camdenorrb commented on GitHub:

Thx ^-^

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

@pepa65 commented on GitHub:

Great idea, but definitely prefer the first form:

https://transfer.sh/<random_code>/<filename>
https://transfer.sh/delete/<another_very_different_random_code>/<…
michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@monkz commented on GitHub:

An attacker has access to multiple IP addresses and introducing ratelimits is the same as introducing a denial-of-service attack vector. @ribamar-santarosa : so your…

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

@ribamar-santarosa commented on GitHub:

how did you get to that conclusion? how can they take advantage of having multiple IPs to change or fake the IP of the creation of the file? And how about…

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 opt for the first as default, and the second may be returned if /json is at the end of the url. This would be analog to the "Scan for malware"-example.

Bu…

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

@ribamar-santarosa commented on GitHub:

Can't you use the creation time (or another file attribute, or another creation attribute, like IP of upload ) as a simple pin code to delete the file? 3…

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:

I've generated an appropriate CSV file from the data in the CC GPOS Control Mappings.pdf at the above link. Running the scripts/generate_mapping.py on it…

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

@Anachron commented on GitHub:

Bump. Still looking forward to this feature.

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 opened issue usnistgov/macos_security#333 2026-01-19 18:30:05 +00:00
Baseline names should be more descriptive.
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 ?

@nl5887 commented on GitHub:

I have thought before about this issue, and thought about returning an extra X-Url-Delete header, which would not interfere with current api / scripts and could be…