Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/infertux/sysechk
- Owner: infertux
- Created: 2011-05-14T23:39:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T04:30:27.000Z (about 5 years ago)
- Last Synced: 2024-04-16T03:30:13.468Z (7 months ago)
- Topics: cve, cve-scanning, security, security-checker, shell
- Language: Shell
- Homepage:
- Size: 924 KB
- Stars: 14
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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