mirror of
https://github.com/carlospolop/PEASS-ng
synced 2024-11-24 01:26:22 +01:00
Update CI-master_tests.yml
This commit is contained in:
parent
6fa12e07f1
commit
6854d3ae30
4
.github/workflows/CI-master_tests.yml
vendored
4
.github/workflows/CI-master_tests.yml
vendored
@ -77,13 +77,13 @@ jobs:
|
|||||||
Write-Error "winPEAS.exe not found at $exePath"
|
Write-Error "winPEAS.exe not found at $exePath"
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Execute winPEAS domain
|
- name: Execute winPEAS cloudinfo
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$Configuration = "Release"
|
$Configuration = "Release"
|
||||||
$exePath = "winPEAS/winPEASexe/winPEAS/bin/$Configuration/winPEAS.exe"
|
$exePath = "winPEAS/winPEASexe/winPEAS/bin/$Configuration/winPEAS.exe"
|
||||||
if (Test-Path $exePath) {
|
if (Test-Path $exePath) {
|
||||||
& $exePath domain
|
& $exePath cloudinfo
|
||||||
} else {
|
} else {
|
||||||
Write-Error "winPEAS.exe not found at $exePath"
|
Write-Error "winPEAS.exe not found at $exePath"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user