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(ui): href link with HTML ID does not link to the expected URL #11

Open psyray opened 4 months ago

psyray commented 4 months ago

Is there an existing issue for this?

Current Behavior

Submitted by @carboncrystal

  1. Go to Scan Findings (Menu: Scan History > Select your project > View Results).

  2. Here are the menus:

  1. For example, if you hover over the Directories menu you will see that the ID is listed in the URL (#directories-tab), something like: https://127.0.0.1/scan/myprojectname/detail/15#directories-tab.

  2. Let's go deeper with the above example: After you access the Directories menu you can see something like: https://127.0.0.1/scan/myprojectname/detail/11#dir_Jan_01_2024_14_24_54

What is the problem?

href link with HTML ID does not link to the expected URL. Trying to open the above links in a new tab will not work, you will always be redirected to Home!

So you won't be able to send these HTML ID links to Jira (to your colleagues), or by email. So you can't map Attack Surface or Vulnerability Assessment in a clear way!

This bug is annoying as hell!

Expected Behavior

href link with HTML ID to link to the expected URL

Steps To Reproduce

Explained at Current Behavior field.

Environment

- reNgine: 2.0.2
- OS: Ubuntu 22.04.3 LTS
- Python: Python 3.10.12
- Docker Engine: latest
- Docker Compose: latest
- Browser: Firefox, Chrome

Anything else?

No response