SpecterOps / SpecterOps/AzureHound
Prompt for password for user/password authentication
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 961
- Forks
- 148
- Avg merge
- 22h 26m
- Merged PRs (30d)
- 4
Description
When executing without password flag AzureHound should interactively prompt for password but it is not. Affected version v1.1.3.
Executing:
.\azurehound.exe list -u 'user@company.com' -t '123-123-123' -b 'abc-abc-abc' --json --log-file 'C:\output'
Output:
No configuration file located at C:\Users\user\.config\azurehound\config.json
{"level":"error","error":"unable to authenticate. no valid credential provided","time":"2022-08-25...","message":"encountered unrecoverable error"}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the azurehound.exe list command without a password flag and trace the CLI authentication path for -u and the credential configuration. Done means the command interactively prompts for a password and successfully authenticates instead of reporting that no valid credential was provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, go
- Domain
- authentication, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100