We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invoke-AtomicTest -AtomicTechnique T1018 -TestNumbers 17
Expected a list of domain computers
Atomic needs to list domain computers
PS Error that states it executed technique 5 instead of 17:
Get-AtomicTechnique : [C:\AtomicRedTeam\atomics\T1018\T1018.yaml][Atomic test name: Remote System Discovery - arp nix] 'atomic_tests[5].supported_platforms': 'freebsd' must be one of the following: windows, macos, linux, office-365, azure-ad, google-workspace, saas, iaas, containers, iaas:aws, iaas:azure, iaas:gcp. At C:\AtomicRedTeam\invoke-atomicredteam\Public\Invoke-AtomicTest.ps1:343 char:71 + ... aml) { $AtomicTechniqueHash = Get-AtomicTechnique -Path $pathToYaml } + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-At
Windows 10
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue. Working on it now. Should be fixed within Nov 3.
Sorry, something went wrong.
Should be fixed once #2585 and #166 are merged.
This should be fixed now
cyberbuff
No branches or pull requests
What did you do?
Invoke-AtomicTest -AtomicTechnique T1018 -TestNumbers 17
What did you expect to happen?
Expected a list of domain computers
Atomic needs to list domain computers
What happened instead?
PS Error that states it executed technique 5 instead of 17:
Get-AtomicTechnique : [C:\AtomicRedTeam\atomics\T1018\T1018.yaml][Atomic test name:
Remote System Discovery - arp nix] 'atomic_tests[5].supported_platforms': 'freebsd'
must be one of the following: windows, macos, linux, office-365, azure-ad, google-workspace, saas, iaas, containers, iaas:aws, iaas:azure, iaas:gcp. At C:\AtomicRedTeam\invoke-atomicredteam\Public\Invoke-AtomicTest.ps1:343 char:71 + ... aml) { $AtomicTechniqueHash = Get-AtomicTechnique -Path $pathToYaml } + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-At
Your Environment
Windows 10
The text was updated successfully, but these errors were encountered: