CLI program for automating the setup, configuration, and use of cybersecurity solutions.
MutableSecurity
================
A suite of open-source security tools for automating and streamlining various security-related tasks.
Features
- Let's Encrypt: A free, automated, and open certificate authority brought to you by the nonprofit Internet Security Research Group (ISRG). Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS.
- Clam AntiVirus (ClamAV): A free software, cross-platform antimalware toolkit able to detect many types of malware, including viruses.
Requirements
Installation
- Via Debian Repository:
- Add the GPG keyring
- Add the Debian repository
- Fetch the details by apt-updating
- Install the package
- Via PyPi:
pip install mutablesecurity
- Debian Package: Download the latest Debian package and install it using
dpkg -i mutablesecurity.deb
- Executable: Download the latest executable and place it into a convenient location (e.g.,
/usr/bin
or /home/<username>/.local/bin
)
Demo
A visual representation of the tool in action.
Support
If you have any suggestions, proposals for new functionalities, or support for other security solutions, please open an issue or drop us a line at [email protected]
.
Contributing
To find out how you can contribute to this project, check out our contribution guide.
> Visit MutableSecurity Website <