/sysechk

System Security Checker is a bundle of small shell scripts to assess your computer security.

Primary LanguageShell

System Security Checker Build Status

System Security Checker is a bundle of small shell scripts to assess your computer security.

screenshot

Installation

  1. Clone the latest version of sysechk.

    git clone https://github.com/infertux/sysechk.git
    cd sysechk
    
  2. Alternatively if you have already cloned it before, update it.

    cd sysechk
    git pull
    
  3. Finally, run all tests.

    ./sysechk
    
  4. You can also run each test individually.

    ./tests/<test>.sh
    

Usage

RTFM or man ./man/sysechk.1

License

AGPLv3