yogeshojha / rengine

reNgine 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. reNgine makes it easy for penetration testers to gather reconnaissance with minimal configuration and with the help of reNgine's correlation, it just makes recon effortless.
https://yogeshojha.github.io/rengine/
GNU General Public License v3.0
7.19k stars 1.1k forks source link

bug: href link with HTML ID does not link to the expected URL #1155

Open carboncrystal opened 6 months ago

carboncrystal commented 6 months ago

Is there an existing issue for this?

Current Behavior

  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

github-actions[bot] commented 6 months ago

👋 Hi @carboncrystal, Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

psyray commented 5 months ago

Thanks for reporting I will have a look