Title
Nuclei Templates Missing – SSL & Screenshot Scans Failing (MetaData Recon Status: Failed)
Environment
- OS: Kali Linux 2024.3 (VirtualBox)
- Ars0n Framework Version: beta-0.0.4
- Docker: (output of
docker --version)
- Docker Compose: (output of
docker-compose --version)
Description
During Auto Scan → MetaData Reconnaissance step, the scan fails.
MetaData Recon shows:
Status: Failed
From container logs:
[NUCLEI-SCREENSHOT-ERR] Could not find template '/root/nuclei-templates/headless/screenshots.yaml'
[NUCLEI-SSL-ERR] Could not find template '/root/nuclei-templates/ssl/'
[FTL] Could not run nuclei: no templates provided for scan
Additionally:
Current nuclei version: v3.3.8 (outdated)
Current nuclei-templates version: (outdated)
Observed Behavior
- SSL scan fails
- Screenshot scan fails
- ROI calculation fails
- MetaData Recon status shows Failed
- Nuclei exits with status 1
Expected Behavior
- Nuclei templates should be available inside the API container
/root/nuclei-templates/ directory should exist
- SSL and Screenshot scans should execute successfully
- MetaData Recon and ROI should complete without errors
Steps to Reproduce
- Fresh install of beta-0.0.4
- Run
docker-compose up --build
- Create a Wildcard target
- Run Auto Scan
- MetaData Recon step fails

Title
Nuclei Templates Missing – SSL & Screenshot Scans Failing (MetaData Recon Status: Failed)
Environment
docker --version)docker-compose --version)Description
During Auto Scan → MetaData Reconnaissance step, the scan fails.
MetaData Recon shows:
Status: Failed
From container logs:
Additionally:
Observed Behavior
Expected Behavior
/root/nuclei-templates/directory should existSteps to Reproduce
docker-compose up --build