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
Hello, I'm encountering a issue during a scan. I want to set up reNgine for my company. Most of the time, the scans was passed successfully but when I run a vulnerability scan, it fails.
Expected Behavior
After a clean install of reNgine, i tried to make a vulnerabilty scan by targeting a custom site of "google-gruyere.appspot.com" and during the scan, it failed on an error :Error: KeyError('template-url')
The same issue occurs when I tried with an other targets.
Can you help me about this ?
Steps To Reproduce
In my case, I have a docker Swarm, and i run reNgine on an AWS instance "Ubuntu 24.04.1 LTS". It is a worker in the swarm.
And for the "web", "celery", and "celery-beat" containers, the image used "ghcr.io/deliver-up/rengine:2.2.0" is the same as the Dockerfile given by your repo, in ./web
In the log section in the web GUI, I saw that the current command before the issue is: nuclei -j -irr -l /usr/src/scan_results/google-gruyere.appspot.com_100/urls_unfurled.txt -c 50 -retries 1 -rl 150 -timeout 5 -silent -t /root/nuclei-templates -severity medium
So I went in the celery container and I tried to run the last commande and i found more details about error: nuclei_individual_severity_module | ERROR | 'template-url' Traceback (most recent call last): File "/usr/src/app/reNgine/celery_custom_task.py", line 130, in call self.result = self.run(*args, **kwargs) File "/usr/src/app/reNgine/tasks.py", line 2140, in nuclei_individual_severity_module vuln_data = parse_nuclei_result(line) File "/usr/src/app/reNgine/tasks.py", line 3670, in parse_nuclei_result 'template_url': line['template-url'], KeyError: 'template-url'
Is there an existing issue for this?
Current Behavior
Hello, I'm encountering a issue during a scan. I want to set up reNgine for my company. Most of the time, the scans was passed successfully but when I run a vulnerability scan, it fails.
Expected Behavior
After a clean install of reNgine, i tried to make a vulnerabilty scan by targeting a custom site of "google-gruyere.appspot.com" and during the scan, it failed on an error :
Error: KeyError('template-url')
The same issue occurs when I tried with an other targets.
Can you help me about this ?
Steps To Reproduce
In my case, I have a docker Swarm, and i run reNgine on an AWS instance "Ubuntu 24.04.1 LTS". It is a worker in the swarm.
My compose for Rengine looks like this:
And for the "web", "celery", and "celery-beat" containers, the image used "ghcr.io/deliver-up/rengine:2.2.0" is the same as the Dockerfile given by your repo, in ./web
nuclei -j -irr -l /usr/src/scan_results/google-gruyere.appspot.com_100/urls_unfurled.txt -c 50 -retries 1 -rl 150 -timeout 5 -silent -t /root/nuclei-templates -severity medium
So I went in the celery container and I tried to run the last commande and i found more details about error:
nuclei_individual_severity_module | ERROR | 'template-url' Traceback (most recent call last): File "/usr/src/app/reNgine/celery_custom_task.py", line 130, in call self.result = self.run(*args, **kwargs) File "/usr/src/app/reNgine/tasks.py", line 2140, in nuclei_individual_severity_module vuln_data = parse_nuclei_result(line) File "/usr/src/app/reNgine/tasks.py", line 3670, in parse_nuclei_result 'template_url': line['template-url'], KeyError: 'template-url'
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: