Created
February 6, 2026 07:32
-
-
Save junquera/36a8f81f39342a1bc4825f494213a21d to your computer and use it in GitHub Desktop.
Named-pipe-based canary. In case anybody opens the file `passwords.txt` an alert will be launched.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkfifo passwords.txt && echo 1 > passwords.txt && notify-send "Intruder @ passwords canary!" & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment