init
This commit is contained in:
@@ -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:
|
||||

|
||||
|
||||
Reference in New Issue
Block a user