Skip to content

9-8-7-6/chili

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chili

Software for detecting system boot events and potential unauthorized logins, currently only for Linux

Feature

  • Send an email notification on system boot (detected via boot ID)

Steps

Create .env file

Example format:

EMAIL_USERNAME="your_email@example.com"
EMAIL_PASSWORD="your_password"

Build and Install as a Service

bash install_chili.sh

This will:

  • Compile the binary in release mode
  • Install to /opt/chili/chili
  • Create a system user chili
  • Install and enable a systemd service named chili.service

Check service status

sudo systemctl status chili

Follow logs

journalctl -u chili -f

About

Software for detecting illegal or unauthorized computer access

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published