diff --git a/testData/constrained-delegation-tests/computers.json b/testData/constrained-delegation-tests/computers.json index 9097740..022f168 100644 --- a/testData/constrained-delegation-tests/computers.json +++ b/testData/constrained-delegation-tests/computers.json @@ -1,9 +1,41 @@ { - "meta": { "type": "computers" }, + "meta": { + "type": "computers" + }, "data": [ - { "ObjectIdentifier": "S-1-5-21-1000-1000-1000-2001", "Properties": { "name": "Comp1", "trustedtoauthfordelegation": true, "domain": "test.local" }, "ObjectType": "Computer" }, - { "ObjectIdentifier": "S-1-5-21-1000-1000-1000-2002", "Properties": { "name": "Comp2", "domain": "test.local" }, "ObjectType": "Computer" }, - { "ObjectIdentifier": "S-1-5-21-1000-1000-1000-2003", "Properties": { "name": "Comp3", "TrustedToAuthForDelegation": true, "domain": "test.local" }, "ObjectType": "Computer" }, - { "ObjectIdentifier": "S-1-5-21-1000-1000-1000-2004", "Properties": { "name": "Comp4", "domain": "test.local" }, "ObjectType": "Computer" } + { + "ObjectIdentifier": "S-1-5-21-1000-1000-1000-2001", + "Properties": { + "name": "Comp1", + "trustedtoauthfordelegation": true, + "domain": "test.local" + }, + "ObjectType": "Computer" + }, + { + "ObjectIdentifier": "S-1-5-21-1000-1000-1000-2002", + "Properties": { + "name": "Comp2", + "domain": "test.local" + }, + "ObjectType": "Computer" + }, + { + "ObjectIdentifier": "S-1-5-21-1000-1000-1000-2003", + "Properties": { + "name": "Comp3", + "TrustedToAuthForDelegation": true, + "domain": "test.local" + }, + "ObjectType": "Computer" + }, + { + "ObjectIdentifier": "S-1-5-21-1000-1000-1000-2004", + "Properties": { + "name": "Comp4", + "domain": "test.local" + }, + "ObjectType": "Computer" + } ] } diff --git a/testData/gpo-content-tests/gpos.json b/testData/gpo-content-tests/gpos.json new file mode 100644 index 0000000..a969059 --- /dev/null +++ b/testData/gpo-content-tests/gpos.json @@ -0,0 +1,24 @@ +{ + "meta": { + "type": "gpos" + }, + "data": [ + { + "ObjectIdentifier": "GPO-1", + "Properties": { + "name": "VulnerableGPO", + "taskname": "EvilTask", + "domain": "test.local" + }, + "ObjectType": "GPO" + }, + { + "ObjectIdentifier": "GPO-2", + "Properties": { + "name": "SafeGPO", + "domain": "test.local" + }, + "ObjectType": "GPO" + } + ] +} diff --git a/testData/laps-tests/computers.json b/testData/laps-tests/computers.json index fbe4c26..f74425c 100644 --- a/testData/laps-tests/computers.json +++ b/testData/laps-tests/computers.json @@ -1,9 +1,41 @@ { - "meta": { "type": "computers" }, + "meta": { + "type": "computers" + }, "data": [ - { "ObjectIdentifier": "S-1-5-21-1000-1000-1000-3001", "Properties": { "name": "Comp1", "ms-mcs-admpwd": "password123", "domain": "test.local" }, "ObjectType": "Computer" }, - { "ObjectIdentifier": "S-1-5-21-1000-1000-1000-3002", "Properties": { "name": "Comp2", "domain": "test.local" }, "ObjectType": "Computer" }, - { "ObjectIdentifier": "S-1-5-21-1000-1000-1000-3003", "Properties": { "name": "Comp3", "ms-Mcs-AdmPwd": "password456", "domain": "test.local" }, "ObjectType": "Computer" }, - { "ObjectIdentifier": "S-1-5-21-1000-1000-1000-3004", "Properties": { "name": "Comp4", "domain": "test.local" }, "ObjectType": "Computer" } + { + "ObjectIdentifier": "S-1-5-21-1000-1000-1000-3001", + "Properties": { + "name": "Comp1", + "ms-mcs-admpwd": "password123", + "domain": "test.local" + }, + "ObjectType": "Computer" + }, + { + "ObjectIdentifier": "S-1-5-21-1000-1000-1000-3002", + "Properties": { + "name": "Comp2", + "domain": "test.local" + }, + "ObjectType": "Computer" + }, + { + "ObjectIdentifier": "S-1-5-21-1000-1000-1000-3003", + "Properties": { + "name": "Comp3", + "ms-Mcs-AdmPwd": "password456", + "domain": "test.local" + }, + "ObjectType": "Computer" + }, + { + "ObjectIdentifier": "S-1-5-21-1000-1000-1000-3004", + "Properties": { + "name": "Comp4", + "domain": "test.local" + }, + "ObjectType": "Computer" + } ] }