Remediar is a framework designed to track issues and vulnerabilities, facilitating the documentation and rectification of security findings.
Remediar is an issue and vulnerability tracker framework
Remediar is primarily used during penetration tests and security assessments to document vulnerabilities and configuration mistakes. Security professionals can utilize this tool to verify that identified issues have been addressed and to streamline the remediation process.
Ensure Python 3 is installed before proceeding with the installation. Currently, there is no extensive documentation beyond the README.
Clone the Git repository: git clone https://github.com/fabaff/remediar.git
Change to the checkout directory: cd remediar
Install required packages: pip3 install -r requirements.txt
Install the package: pip3 install setup.py
remediar --help
Displays help information and usage options for the Remediar tool.
remediar run
Executes the tasks defined in the YAML task file.