From 09a15ae7c80b1b93e7cca4e4e7d3da2940e5aa7e Mon Sep 17 00:00:00 2001 From: thomashaw Date: Tue, 5 Sep 2017 15:56:00 +0100 Subject: [PATCH] README.md: description of access_json --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 44f5471cb..b91ec3138 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,9 @@ You can use datastores to store generate information for complex scenarios, such It is also possible to iterate through a datastore, and feed each value into separate modules. This is illustrated in: ```scenarios/examples/datastore_examples/iteration_and_element_access.xml``` +Some generators generate structured content in JSON format, for example the organisation type. It is possible to access a particular element of structured data from a datastore with the access_json using the ruby hash lookup format. In order to access a particular element from a datastore: +```scenarios/examples/datastore_examples/json_selection_example.xml``` + ## Modules SecGen is designed to be easily extendable with modules that define vulnerabilities and other kinds of software, configuration, and content changes.