Skip to content
New issue

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

Deployment Templates for Hardcoded Passwords #7

Open
RedTeamMagic opened this issue Jan 31, 2023 · 0 comments
Open

Deployment Templates for Hardcoded Passwords #7

RedTeamMagic opened this issue Jan 31, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@RedTeamMagic
Copy link

PS Az> Get-AzResourceGroup
PS Az> Get-AzResourceGroupDeployment -ResourceGroupName SAP

Export

PS Az> Save-AzResourceGroupDeploymentTemplate -ResourceGroupName -DeploymentName
cat .json # search for hardcoded password
cat <PATH TO .json FILE> | Select-String password

@ThoughtContagion ThoughtContagion self-assigned this May 8, 2023
@ThoughtContagion ThoughtContagion added enhancement New feature or request help wanted Extra attention is needed labels May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants