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

`No module named 'blinker._saferef'` error when running `generate_conf.py` #62

Closed el-pato closed 4 weeks ago

el-pato commented 3 months ago

🐛 Summary

When running python3 scripts/generate_conf.py, the following error occurs: ModuleNotFoundError: No module named 'blinker._saferef'

To reproduce

Steps to reproduce the behavior:

  1. Follow set up instructions and run python3 scripts/generate_conf.py

Expected behavior

Config file should have been generated, instead got an error.

more info

This appears to be an issue with selenium. See this issue for more details: https://github.com/seleniumbase/SeleniumBase/issues/2782

Per that thread, I manually did pip install blinker==1.7.0 and was then able to generate the config file.

nkantor-snl commented 4 weeks ago

This script has been removed in the latest release of the tool and is no longer an issue. Thank you!