Skip to content
/ deltaIDS Public

A command line Host Intrustion Detection System

Notifications You must be signed in to change notification settings

itjp/deltaIDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Delta Intrusion Detection System

This is my mediocre attempt at a simple IDS, it is a way for me to learn more about Python and security and to make a program that has some sort of actual use, even though it may not be the most efficient. With time I hope to make this an effective IDS and give it as much functionality as any other alternative.

Usage

To learn more about the DeltaIDS type: python deltaids.py -h

The easiest way to use DeltaIDS in a practical way would be to run python deltaids.py -i Which will store a base of the system, then to set up a cronjob to run python deltaids.py -c This will compare the base system against your prior initializing scan.

ToDo

- More error handling - Possibly Daemonize - Add more functionality (DUH!) - Ability to turn scans off and on through config.ini

About

A command line Host Intrustion Detection System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published