Security auditing tool, module-based, similar to lynis, but developed with python and enthusiasm.
This project is in no active development, soon at @OSPG we will do a Golang version. Also, both master and develop branches are very unstable, and bug are frequently present. But you can learn new things with this random project, and it is funny. :D
It occurred to someone, there was no reason not to do it and it seemed fun.
- Python3
- pip3
- Clone this repository and go to the project directory:
git clone https://github.com/palvarezcordoba/schopenhauer.py
cd schopenhauer.py
- Install python dependencies:
pip3 install -r requirements.txt
The develop branch has colors and other things. Develop branch is cool; use it.
git checkout develop
That is all. :)
If you execute it (as root) you will see something like:
- Python - The official website of Python.
- pyyaml - Github repository of PyYaml.
- psutil - Github repository of psutil.
- python-iptables - Github repository of python-iptables
Nothing special, fork the repository, make changes and send a pull request. Contributions are welcome. ^^
- David Román - Initial work - GitHub profile
- Pablo Álvarez Córdoba - Initial work - GitHub profile, Linkedin profile
See also the list of contributors who participated in this project.