Skip to content

Add evade action: WAF/transport bypass via block-to-success differential - #16

Merged
ccc909 merged 1 commit into
mainfrom
attacks-batch4-evade
Jul 27, 2026
Merged

Add evade action: WAF/transport bypass via block-to-success differential#16
ccc909 merged 1 commit into
mainfrom
attacks-batch4-evade

Conversation

@ccc909

@ccc909 ccc909 commented Jul 27, 2026

Copy link
Copy Markdown
Owner

New utils/evasion.py proves a byte-naive WAF is bypassable only when the plain request is reproducibly blocked and a variant reproducibly returns a GraphQL response: semantics-preserving obfuscation (insignificant commas, interleaved #comments), alternate transports (HTTP QUERY method, text/plain, form-urlencoded), and a query-first mixed batch that smuggles mutation{__typename} past first-element-only inspection. A GraphQL 400 is the engine, not a WAF, so a WAF-less target records nothing. Registered as evade in _ATTACK_TOGGLE and _SAFE_MODE_OFF (default on, disabled under safe_mode); never replays a caller mutation.

New utils/evasion.py proves a byte-naive WAF is bypassable only when the plain request is reproducibly blocked and a variant reproducibly returns a GraphQL response: semantics-preserving obfuscation (insignificant commas, interleaved #comments), alternate transports (HTTP QUERY method, text/plain, form-urlencoded), and a query-first mixed batch that smuggles mutation{__typename} past first-element-only inspection. A GraphQL 400 is the engine, not a WAF, so a WAF-less target records nothing. Registered as evade in _ATTACK_TOGGLE and _SAFE_MODE_OFF (default on, disabled under safe_mode); never replays a caller mutation.
@ccc909
ccc909 merged commit 018c843 into main Jul 27, 2026
3 checks passed
@ccc909
ccc909 deleted the attacks-batch4-evade branch July 27, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant