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

https://github.com/bcambl/vulnerability-checker

Test servers for common vulnerabilities with Fabric
https://github.com/bcambl/vulnerability-checker

Last synced: about 1 month ago
JSON representation

Test servers for common vulnerabilities with Fabric

Awesome Lists containing this project

README

          

# Vulnerability Testing
-------------------------

### Description:

Test all servers for vulnerability status and output results to a log file.

Currently Test for the following vulnerabilities:

- SSL 'Poodle'
- Bash 'ShellShock'
- glibc 'Ghost'
- SSL 'Freak'

### Usage:

**List available tests:**

```
$ fab -l
```

**Execute a specific test (single host):**

```
$ fab
```

**Execute a specific test (multiple hosts):**

```
$ fab -H host1,host2,host3
```

**Execute a specific test (multiple hosts via server file):**

```
$ fab set_hosts:/path/to/serverfile
```

**Execute multiple tests on multiple hosts:**

```
$ fab -H host1,host2,host3
```

OR

```
$ fab set_hosts:/path/to/serverfile
```

**Logfile:**

```
logs/vulnerability-check-.log
```
#### Linux Workstation Dependancies:

The following packages must be installed on your workstation to use this project:

- gcc
- fabric