Explore the world
of cyber security

Driven by volunteers, OWASP resources are accessible for everyone.

www-project-ksecurity

OWASP Foundation Web Respository

Ksecurity is a monitoring system developed in the Python programming language.

Ksecurity features the following functionalities:

#### Ksecurity also allows you to choose which server to monitor, giving you the flexibility to monitor either the Apache or Nginx server based on your preference. Please note that this system may have some false positives and is designed specifically for Linux operating systems.

Here’s a step-by-step guide to execute the Ksecurity project in root mode on Linux:

 - git clone https://github.com/OWASP/www-project-ksecurity.git
 - cd www-project-ksecurity
 - cd Ksecurity
 - sudo python3 ksecurity.py

##### The Ksecurity project should start running, and you will see the output in the terminal as the program monitors the chosen server, checks website availability, and monitors external and internal connections.

Please note that executing any project in root mode requires caution as it grants privileged access to the system. Carefully review the project’s code and understand its actions before running it in root mode. Ensure that the project is from a trusted source and that you understand its functionalities before running it in a production environment.

owasp_ksecurity

owasp_ksecurity