https://github.com/stevemats/kemsec
Infosec audit tool designed to provide comprehensive system vulnerability assessments.
https://github.com/stevemats/kemsec
audit-log audit-tools cybersecurity healthcare infosec infosectools python python3 security
Last synced: 19 days ago
JSON representation
Infosec audit tool designed to provide comprehensive system vulnerability assessments.
- Host: GitHub
- URL: https://github.com/stevemats/kemsec
- Owner: stevemats
- Created: 2024-09-04T08:22:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T10:13:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T08:14:12.085Z (over 1 year ago)
- Topics: audit-log, audit-tools, cybersecurity, healthcare, infosec, infosectools, python, python3, security
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KEMSec

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.
## Report Overview

## Installation
1. Download the tool:
```bash
git clone https://github.com/stevemats/KEMSec.git
```
2. Change current working directory to the tool's folder:
```bash
cd KEMSec
```
3. Install the required dependencies:
```bash
pip install -r requirements.txt
```
- Additionally you can install [Npcap](https://npcap.com/#download) to resolve any errors during scanning if you're on windows, and on linux distros use:
```bash
sudo apt-get install libpcap-dev
```
## Usage
- Now to start the audit, all you have to do is run the below command:
```bash
python generate_report.py
```
---
## Contribution
- You can contribute to this project in either of the following ways:
1. Open an issue addressing a problem, question or a feature - [Issues](https://github.com/stevemats/KEMSec/issues)
2. Open a Pull request to add a feature or project improvement referencing an issue. - [Pull Request](https://github.com/stevemats/KEMSec/pulls)
---