infertux / sysechk

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Shell 96.9%Language:XSLT 2.6%Language:Ruby 0.4%