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
- Host: GitHub
- URL: https://github.com/bcambl/vulnerability-checker
- Owner: bcambl
- License: bsd-3-clause
- Created: 2015-02-02T13:49:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T05:45:05.000Z (over 11 years ago)
- Last Synced: 2026-03-31T13:42:49.666Z (3 months ago)
- Language: C
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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