fix README
This commit is contained in:
@@ -4,9 +4,10 @@ https://github.com/cloudbase/powershell-yaml
|
||||
|
||||
Basic usage Examples:
|
||||
|
||||
- Load PowerShell Script.
|
||||
`C:\AtomicRedTeam\execution-frameworks\Invoke-AtomicRedTeam\Invoke-AtomicRedTeam.ps1`
|
||||
- Execute Single Test.
|
||||
- Load PowerShell Script:
|
||||
`. C:\AtomicRedTeam\execution-frameworks\Invoke-AtomicRedTeam\Invoke-AtomicRedTeam.ps1`
|
||||
|
||||
- Execute Single Test:
|
||||
|
||||
`$T1117 = Get-AtomicTechnique -Path ..\..\atomics\T1117\T1117.yaml`
|
||||
`Invoke-AtomicTest $T1117`
|
||||
@@ -19,5 +20,6 @@ Basic usage Examples:
|
||||
`$currentTechnique = [System.IO.Path]::GetFileNameWithoutExtension($_.FullName);`
|
||||
`$parsedYaml = (ConvertFrom-Yaml (Get-Content $_.FullName -Raw ));`
|
||||
`$AllAtomicTests.Add($currentTechnique, $parsedYaml);`
|
||||
|
||||
`$AllAtomicTests | %{ Invoke-Atomic $_ -GenerateOnly}`
|
||||
|
||||
- Feedback Welcome
|
||||
|
||||
Reference in New Issue
Block a user