From 694174f0dadf44ecccc762f99a5c1c7f4a928161 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 13 Nov 2018 10:48:55 +0100 Subject: [PATCH] Updated Response Templating (markdown) --- Response-Templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Response-Templating.md b/Response-Templating.md index f8e78bc..ce69e8a 100644 --- a/Response-Templating.md +++ b/Response-Templating.md @@ -69,7 +69,7 @@ Besides a random text string, it's also possible to generate this random data: - Text Words: `"{{Random Type=\"TextWords\" Min=10 Max=20}}"` - Text Pattern: `"{{Random Type=\"TextPattern\" Pattern=\"\\xLLnn_**ss\\x\"}}"` - Text Lorum Ipsum: `"{{Random Type=\"TextIpsum\" Paragraphs=2}}"` -- String List: `"{{Random Type=\"StringList\" Values=\"a\", \"b\", \"c\"}}"` (**TODO** : does this work ?) +- String List: `"{{Random Type=\"StringList\" Values=[\"a\", \"b\", \"c\"]}}"` - IP Address: `"{{Random Type=\"IPv4Address\"}}"` - MAC Address: `"{{Random Type=\"MACAddress\"}}"` - For more details on the supported random data types, see [RandomDataGenerator.Net](https://github.com/StefH/RandomDataGenerator);