Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed (subdomain_discovery | ERROR | local variable 'use_amass_config' referenced before assignment) #1149

Merged

Conversation

Deathpoolxrs
Copy link
Contributor

@Deathpoolxrs Deathpoolxrs commented Dec 20, 2023

The code use_amass_config = config.get(USE_AMASS_CONFIG, False) retrieves the value associated with the key USE_AMASS_CONFIG from a configuration dictionary (config). If the key is not found, it defaults to False. The variable use_amass_config is then assigned this value.

Closes: #1148

@yogeshojha yogeshojha added this to the release 2.0.3 milestone Dec 26, 2023
@yogeshojha yogeshojha merged commit 95eda6a into yogeshojha:master Dec 26, 2023
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to run amass-passive scan
4 participants