You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hi @Deathpoolxrs,
Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki
For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
Is there an existing issue for this?
Current Behavior
Getting Following error
rengine-celery-1 | subdomain_discovery | ERROR | local variable 'use_amass_config' referenced before assignment
rengine-celery-1 | Traceback (most recent call last):
rengine-celery-1 | File "/usr/src/app/reNgine/celery_custom_task.py", line 129, in call
rengine-celery-1 | self.result = self.run(*args, **kwargs)
rengine-celery-1 | File "/usr/src/app/reNgine/tasks.py", line 420, in subdomain_discovery
rengine-celery-1 | cmd += ' -config /root/.config/amass.ini' if use_amass_config else ''
rengine-celery-1 | UnboundLocalError: local variable 'use_amass_config' referenced before assignment
Expected Behavior
It should give subdomains after amass-passive scan
Steps To Reproduce
Just run a subdomain scan with the following engine configurations
Environment
- reNgine: 2.0.2
Anything else?
No response
The text was updated successfully, but these errors were encountered: