This commit is contained in:
2025-05-23 09:37:54 -04:00
parent e1fcfb7394
commit 134d6ae13d
4 changed files with 92 additions and 1 deletions
+16 -1
View File
@@ -1,3 +1,18 @@
# smuggler
A steganography tool that abuses UTF-8 PUAs to encode messages, which can be used as subtle attacks on AI prompts
A steganography tool that abuses UTF-8 PUAs to encode messages, which can be used for subtle attacks on AI prompts
```
user@angeltech:$ go build .
```
```
user@angeltech:$ ./smuggler encode "test"
Encoded: 󠁴󠁥󠁳󠁴
```
```
user@angeltech:$ ./smuggler decode "<000e0074><000e0065><000e0073><000e0074>"
Decoded: test
```
Example of interaction with Grok, for reference:
![Example of interaction with Grok](image.png)