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

build(install): print URL of reNgine-ng after successful installation #85

Closed AnonymousWP closed 1 week ago

AnonymousWP commented 1 month ago

Expected feature

As the title says: it would be welcoming to have the URL of where reNgine-ng runs printed, including the port. Then, users can just open reNgine-ng right from their terminal.

Alternative solutions

No response

Anything else?

No response

Acknowledgements

psyray commented 1 month ago

For this issue, there are multiples cases:

So we could display the url based on the .env and also the IP address no ?

AnonymousWP commented 2 weeks ago

Yeah, I just need to think how to do that. It'll be difficult though, because the code itself can't verify whether [domain name] exists or not. It'll get too tricky. Perhaps I'll just do it by IP-address; IP-address always works, DNS only works when configured.

We also need to realise that in some cases, users will have to access this via localhost, and on a server (remote) on the public IP-address.