SpecterOps / SpecterOps/AzureHound

Prompt for password for user/password authentication

Open
#9 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.