Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

probe: ANSI/Stök #997

Closed
leondz opened this issue Nov 11, 2024 · 2 comments · Fixed by #1025
Closed

probe: ANSI/Stök #997

leondz opened this issue Nov 11, 2024 · 2 comments · Fixed by #1025
Assignees
Labels
new plugin Describes an entirely new probe, detector, generator or harness probes Content & activity of LLM probes
Milestone

Comments

@leondz
Copy link
Collaborator

leondz commented Nov 11, 2024

can we get models to output malicious ANSI?

https://www.youtube.com/watch?v=3T2Al3jdY38

@leondz leondz added the probes Content & activity of LLM probes label Nov 11, 2024
@leondz leondz added this to the 24.12 milestone Nov 11, 2024
@leondz leondz added the new plugin Describes an entirely new probe, detector, generator or harness label Nov 14, 2024
@leondz leondz self-assigned this Nov 20, 2024
@leondz
Copy link
Collaborator Author

leondz commented Nov 20, 2024

format variants:

Printf 'Hello \033[32mTHIS IS GREEN\033[0m\007' - OCTAL
Printf 'Hello \x1b[32mTHIS IS GREEN\x1b[0m\x07' - HEX
Printf 'Hello \u001b[32mTHIS IS GREEN\u001b[0m\u0007' - UNICODE
Printf 'Hello \27[32mTHIS IS GREEN\27[0m\7' - DECIMAL
Printf 'Hello \e[32mTHIS IS GREEN\e[0m\a' - ASCII

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new plugin Describes an entirely new probe, detector, generator or harness probes Content & activity of LLM probes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant