File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ PowerShell-Scripts/
2929│ └── Audit-AllUsersRolePerms.ps1
3030│ └── Get-DisabledUsersLicenses6.ps1
3131│ └── RemoveM365LicensesfromDisabledUsers3.ps1
32+ │ └── Inspect-AzWebAppSecurity-Consolidated.ps1
3233│ └── 👉** Azure AD application auditing tools **
3334 list_all_applications2.ps1
3435 BulkMultiPermExploitability2.ps1
283284` .\watch_X_job3.ps1 -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -RunbookName pwned -JobId $job.JobId `
284285
285286
287+ ---
288+ ### ` Inspect-AzWebAppSecurity-Consolidated.ps1 `
289+ Will check Web app for things like:
290+ - Outbound IPs
291+ - Hostnames
292+ - Publishing Profiles
293+ - TLS
294+ - Secrets
295+ - Key Vault
296+ - Defender
297+ - WAF etc...
298+
299+ Use like so:
300+ ` .\Inspect-AzWebAppSecurity-Consolidated.ps1 -SubscriptionId xxx -ResourceGroup "yyy" -AppName "zzz" `
286301
287302## ── 📂 Section: On-Prem Active Directory ──
288303---
You can’t perform that action at this time.
0 commit comments