Skip to content

Commit

Permalink
add missing functions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK committed Oct 1, 2024
1 parent fd84685 commit 4e0c81e
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 49 deletions.
6 changes: 3 additions & 3 deletions BARK.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7134,7 +7134,7 @@ Function Test-AzureRMCreateFunction {
New-Variable -Name 'Test-AzureRMCreateFunctionDefinition' -Value (Get-Command -Name "Test-AzureRMCreateFunction") -Force
New-Variable -Name 'Test-AzureRMCreateFunctionAst' -Value (${Test-AzureRMCreateFunctionDefinition}.ScriptBlock.Ast.Body) -Force

function Invoke-AzureRMAbuseTests {
function Invoke-AllAzureRMAbuseTests {
<#
.SYNOPSIS
Performs all AzureRM abuse tests, or specified tests against AzureRM objects if specfied with AbuseTestType switch
Expand Down Expand Up @@ -7165,7 +7165,7 @@ function Invoke-AzureRMAbuseTests {
The ID of the target subscription
.EXAMPLE
C:\PS> Invoke-AzureRMAbuseTests `
C:\PS> Invoke-AllAzureRMAbuseTests `
-GlobalAdminClientID "76add5b8-33fe-4f8f-8afe-8b75ddfaa7ae" `
-GlobalAdminSecret "<secret>" `
-UserAccessAdminClientID "76add5b8-33fe-4f8f-8afe-8b75ddfaa7ae" `
Expand All @@ -7178,7 +7178,7 @@ function Invoke-AzureRMAbuseTests {
Perform all abuse tests, determines which available roles are able to perform all known abuse primitives
.EXAMPLE
C:\PS> Invoke-AzureRMAbuseTests `
C:\PS> Invoke-AllAzureRMAbuseTests `
-GlobalAdminClientID "76add5b8-33fe-4f8f-8afe-8b75ddfaa7ae" `
-GlobalAdminSecret "<secret>" `
-UserAccessAdminClientID "76add5b8-33fe-4f8f-8afe-8b75ddfaa7ae" `
Expand Down
Loading

0 comments on commit 4e0c81e

Please sign in to comment.