https://embracethered.com/blog/posts/2024/terminal-dillmas-p...
I have a demo here: https://github.com/wunderwuzzi23/terminal-dillma/blob/main/d...
It's like cat -v, which shows non-printable characters rather then allowing them to be interpreted by a terminal.
I get the feeling this will start to break into the OWASP Top 10 in the next few years…
xclip -selection clipboard -o | sanitize
I've been meaning to throw something together myself, but I worry I'd miss something.How does this compare?