Getting Started
apt update
apt install python3-virtualenvNote on virtualenv usage:
- these containers are used to allow conflicting dependency installs to live side by side harmoniously
- activate / deactivate dependency containers for proper usage
- with screen/tmux, multiple dependency containers can be activated at the same time
Parsuite
Overview: Angel’s tool designed to parse all kinds of things (a primary use case is a .nessus file)
Tool located here
Installation
cd /opt/
git clone https://github.com/arch4ngel/parsuite.git
cd parsuite
virtualenv -p python3 ps-env
source ps-env/bin/activate
python3 -m pip install wheel
python3 setup.py install
deactivate
cd /opt/