From cb571fffd1df02870c556a325b609b7494360ce1 Mon Sep 17 00:00:00 2001 From: Ariary Date: Fri, 29 Jul 2022 16:59:34 +0200 Subject: [PATCH] Update EXAMPLES.md --- EXAMPLES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/EXAMPLES.md b/EXAMPLES.md index 56ceda1..8c5c5d4 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -407,3 +407,11 @@ curl -s -X POST http://localhost:8888/ --data-binary "@payload" -H "Host: $LAB_U # Perform the request cat smuggle | httpclient https://$LAB_URL ``` + +To help you determine when the request is well-smuggled if the following request return: +```shell +$ cat smuggle | httpclient https://$LAB_URL | grep "script" + + Back to lab description  +# the next request will trigger the smuggle request +```