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
12 stars 6 forks source link

bug(scan): subdomain not filled with datas while launching HTTP Crawl from subdomain #101

Closed psyray closed 3 weeks ago

psyray commented 4 weeks ago

Current Behavior

While testing I've found this bug that prevent HTTPx crawled datas to be added to the subdomain

Expected Behavior

While doing an HTTP Crawl from a subdomain (subscan), all the datas should be filled in db

Steps To Reproduce

  1. Add a target
  2. Launch an OSINT scan only
  3. From the subdomain list of the scan launch an HTTP Crawl
  4. No data are added to the subdomain

Environment

- reNgine: 2.0.6
- OS: Debian
- Python: 3.10

Anything else?

No response

Acknowledgements