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

feat(scan): Install pipx in web and celery container in order to be able to install other custom tool #55

Open psyray opened 2 months ago

psyray commented 2 months ago

Is there an existing feature or issue for this?

Expected feature

Submitted by @NadgobKhan

The tool pipx to be installed on the web container by default. This is the github page for pipx: https://github.com/pypa/pipx For reference, here are the installation steps, for Linux:

sudo apt update
sudo apt install pipx
pipx ensurepath

This issue arose from my need to install bbot (https://github.com/blacklanternsecurity/bbot) on reNgine, but I had to install pipx manually on the web container beforehand.

Alternative solutions

No response

Anything else?

No response