Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infertux/sysechk

System Security Checker is a bundle of small shell scripts to assess your computer security.
https://github.com/infertux/sysechk

cve cve-scanning security security-checker shell

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# System Security Checker [![Build Status](https://secure.travis-ci.org/infertux/sysechk.png)](http://travis-ci.org/#!/infertux/sysechk)

_System Security Checker_ is a bundle of small shell scripts to assess your computer security.

![screenshot](http://infertux.github.com/sysechk/sysechk.png "Example output")

## Installation

1. Clone the latest version of `sysechk`.

```
git clone https://github.com/infertux/sysechk.git
cd sysechk
```

1. Alternatively if you have already cloned it before, update it.

```
cd sysechk
git pull
```

1. Finally, run all tests.

```
./sysechk
```

1. You can also run each test individually.

```
./tests/.sh
```

## Usage

**[RTFM](http://infertux.github.com/sysechk/)** or `man ./man/sysechk.1`

## License

AGPLv3