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

Unable to run amass-passive scan #1148

Closed
1 task done
Deathpoolxrs opened this issue Dec 20, 2023 · 1 comment · Fixed by #1149
Closed
1 task done

Unable to run amass-passive scan #1148

Deathpoolxrs opened this issue Dec 20, 2023 · 1 comment · Fixed by #1149
Labels
bug Something isn't working

Comments

@Deathpoolxrs
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

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

subdomain_discovery: {
  'uses_tools': [
    'subfinder', 
    'ctfr', 
    'sublist3r', 
    'tlsx', 
    'oneforall', 
    'netlas',
    'amass-passive'
  ],
  'enable_http_crawl': true,
  'threads': 30,
  'timeout': 5,
}
http_crawl: {}

Environment

- reNgine: 2.0.2

Anything else?

No response

@Deathpoolxrs Deathpoolxrs added the bug Something isn't working label Dec 20, 2023
Copy link
Contributor

👋 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant