Skip to content

Python: Linux Server testing suite to grade a server based on CIS hardening guidelines.

Notifications You must be signed in to change notification settings

hachisanju/raptor

Repository files navigation

raptor

##Installation

Pull this repository into /your/raptor/directory. You can do an easy installation by running bash install.sh

Alternatively you can install manually. If run permissions are not enabled by default, you may need to add them in yourself.
You can do this with: chmod +x raptor.
Finally add raptor to your PATH with export PATH=/your/raptor/directory:$PATH.

Usage

Do a full test by invoking raptor runtest

Options include

-help: Get a printout of all available options.
-dfs: Disable FileSystem tests. They will be ignored in the report and final score. -ignm: Ignore mitigation advisories. -igne: Ignore error logging.

About

Python: Linux Server testing suite to grade a server based on CIS hardening guidelines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published