cisagov / untitledgoosetool

Untitled Goose Tool is a robust and flexible hunt and incident response tool that adds novel authentication and data gathering methods in order to run a full investigation against a customer’s Azure Active Directory (AzureAD), Azure, and M365 environments.
Creative Commons Zero v1.0 Universal
904 stars 77 forks source link

goose v1.1.1 #28

Closed victoriawallace-cisa closed 1 year ago

victoriawallace-cisa commented 1 year ago

🗣 Description

[1.1.1] - The goose is loose - 2023-04-12

Added

Changed

Fixed

💭 Motivation and context

To address/help with issues: #9 #18

daye1997 commented 1 year ago

I got this exception when running goosey-gui . I have the .auth configued for username, password, appid and clientsecret

the application does not prompt me for the device code: 2023-04-17 15:17:29,819 - auth - INFO - Could not read current authfile: [Errno 2] No such file or directory: '.ugt_auth' This is normal if this is your first time running auth. (auth.py:571) 2023-04-17 15:17:30,137 - auth - INFO - Attempting to automatically auth via device code. You may have to accept MFA prompts. (auth.py:117) 2023-04-17 15:19:14,755 - auth - INFO - Attempting to automatically auth as an user. You may have to accept MFA prompts. (auth.py:248) 2023-04-17 15:27:42,150 - auth - WARNING - Exception happened during auth: Message: Reached error page:

Thanks for any input.