Infosec audit tool designed to provide comprehensive system vulnerability assessments, ensuring that e.g., healthcare institutions are protected against emerging security threats. For a start, KEMSec will focus on network security, system policy compliance, and generating detailed audit reports to help organizations improve their defenses.
-
Download the tool:
git clone https://github.com/stevemats/KEMSec.git
-
Change current working directory to the tool's folder:
cd KEMSec
-
Install the required dependencies:
pip install -r requirements.txt
-
Additionally you can install Npcap to resolve any errors during scanning if you're on windows, and on linux distros use:
sudo apt-get install libpcap-dev
-
Now to start the audit, all you have to do is run the below command:
python generate_report.py
-
You can contribute to this project in either of the following ways:
-
Open an issue addressing a problem, question or a feature - Issues
-
Open a Pull request to add a feature or project improvement referencing an issue. - Pull Request
-