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 +```