You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are taken from the issues that were made on the previous repo and consolidated here.
None of these are officially supported. These are here as historical references to previous custom commands people wanted.
Nuking Cryptsetup Keyslots:
According to https://superuser.com/a/1168933 there will be a prompt that requires a YES input. echo -n "YES" | cryptsetup luksErase /dev/sdaX should work for this, but it hasn't been tested
Noise detection:
If above a certain threshold, do something.
Webcam motion/light detection:
If motion/light is detected, do something.
These are taken from the issues that were made on the previous repo and consolidated here.
None of these are officially supported. These are here as historical references to previous custom commands people wanted.
Nuking Cryptsetup Keyslots:
According to https://superuser.com/a/1168933 there will be a prompt that requires a YES input.
echo -n "YES" | cryptsetup luksErase /dev/sdaX
should work for this, but it hasn't been testedNoise detection:
If above a certain threshold, do something.
Webcam motion/light detection:
If motion/light is detected, do something.
"Challenge support":
Apparently something like https://gitlab.com/shutsentry/shutsentry ?
The text was updated successfully, but these errors were encountered: