Security-Tools-Alliance / rengine-ng

reNgine-ng is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface.
GNU General Public License v3.0
19 stars 8 forks source link

bug: AttributeError: 'NoneType' object has no attribute 'name' on subdomain scan #18

Closed psyray closed 2 months ago

psyray commented 4 months ago

Is there an existing issue for this?

Current Behavior

Submitted by @DanyAssuid

It's resolved. The error : AttributeError: 'NoneType' object has no attribute 'name'

Expected Behavior

The file task.py have a bug in line 545 Need to change urls.append(subdomain.name) to urls.append(subdomain_name)

Steps To Reproduce

go to task.py in line 545 change the line above

Environment

- reNgine: 
- OS: 
- Python: 
- Docker Engine: 
- Docker Compose: 
- Browser:

Anything else?

No response