Skip to content

Commit

Permalink
Update EXAMPLES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary authored Jul 29, 2022
1 parent 90cdbe5 commit cb571ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
<script src="/resources/labheader/js/labHeader.js"></script>
Back&nbsp;to&nbsp;lab&nbsp;description&nbsp;
# the next request will trigger the smuggle request
```

0 comments on commit cb571ff

Please sign in to comment.