Skip to content

Commit acc1684

Browse files
committed
deprecate claude magic string article
1 parent 51a15d6 commit acc1684

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

content/ai-llm/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
nav:
2-
- Exploitation: exploitation
2+
- Deprecated: deprecated

content/ai-llm/exploitation/claude_magic_string_denial_of_service.md renamed to content/ai-llm/deprecated/claude_magic_string_denial_of_service.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
author_name: Nick Frichette
3-
title: Break LLM Workflows with Claude's Refusal Magic String
3+
title: "[Deprecated] Break LLM Workflows with Claude's Refusal Magic String"
44
description: How Anthropic's refusal test string can be abused to stop streaming responses and create sticky failures.
55
---
66

7-
# Claude Magic String Denial of Service
7+
# [Deprecated] Claude Magic String Denial of Service
8+
9+
!!! Warning
10+
As of May 2026, Anthropic has patched this behavior. The magic string no longer triggers the API error described below, so this technique should be considered deprecated. This page is maintained for historical and inspiration purposes.
811

912
<div class="grid cards" markdown>
1013
- :material-account:{ .lg .middle } __Original Research__

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ plugins:
5353
- redirects:
5454
redirect_maps:
5555
'aws/post_exploitation/aws_consoler.md': 'aws/post_exploitation/create_a_console_session_from_iam_credentials.md'
56+
'ai-llm/exploitation/claude_magic_string_denial_of_service.md': 'ai-llm/deprecated/claude_magic_string_denial_of_service.md'
5657
- glightbox: # non-standard
5758

5859
extra_javascript:

0 commit comments

Comments
 (0)