AzureHound icon indicating copy to clipboard operation
AzureHound copied to clipboard

Azure Data Exporter for BloodHound

Results 49 AzureHound issues
Sort by recently updated
recently updated
newest added

Here is a pull request to retrieve the AppRoleAssigments. I've added the new *kind* *AZAppRoleAssignment*, it contains the AppRoleAssignment. Nothing else is needed since the AppRole definition can be found...

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 '[email protected]' -t '123-123-123' -b 'abc-abc-abc' --json --log-file 'C:\output'`...

enhancement

In a recent pentest several Azure roles were found to be assigned to a group synced from on-prem AD. The pentest is purely focused on Azure, so no additional Sharphound...

I've been running into "The request was throttled" error with AzureHound. This prevents me from collecting all info from my tenant. My command: `azurehound.exe -u "[email protected]" -p "password" list --tenant...

bug

It seems that in a case of bigger items (such as users count being 200k), the azurehound gets killed. Before it gets killed, it throws the following error: _ERR unable...

bug

Hello, It would be great to retrieve the different app role assignments to find new attack paths like the ones described in this article: https://posts.specterops.io/azure-privilege-escalation-via-azure-api-permissions-abuse-74aee1006f48. Is this something that is...

enhancement

Hi, I always get a tcp error: Connection cant be established, Host denies connection. I tried the precomipled binary and self compiled binarys on windows and linux. Even on different...

documentation
enhancement

when azurehound writes to the file specified with `--output` it doesn't truncate before writing. if the original file was longer than the new output this leaves the old file content...

Using the rolling release 0c46f7fa4fd1792d15ca822c63bbb1524229c43f, I had the following error: ``` 2022-10-15T18:54:58+02:00 ERR unable to continue processing workflows for this subscription error="json: cannot unmarshal string into Go struct field Recurrence.value.properties.definition.triggers.recurrence.interval...

The endpoint and models used to retrieve function apps are the same as for web apps(app services) - the difference between the 2 is presented in the `Kind` property. As...