Skip to content

Automated cloud vendor agnostic server, container, and application hardening suite.

License

Notifications You must be signed in to change notification settings

Blue-infosec/CryoSec

 
 

Repository files navigation

CryoSec

Automated cloud vendor agnostic server, container, and application hardening suite

License Badges  


Table of Contents


Example

cd microservices/aws/vulndb

# Create AWS Cloudformation CryoSec stack
./stack create

# Redeploy your stack with code/config modifications
./stack modify

# Test the CryoSec stack & recieve a response from the API
./stack test

# Tear Down Resources
./stack delete

Installation

Clone

  • Clone this repo to your local machine using https://github.com/DevManTillis/CryoSec

Setup

$ aws configure
$ cd CryoSec/microservices/aws/vulndb
# Modify your app name and AWS deployment region (app name vulndb is already taken)
$ vim stack.config

# Create / Test the functionality of the stack
$ ./stack create
$ ./stack test

# Generate a checklist via web request
$ cd CryoSec/microservices/aws/genckl
$ ./stack create
$ ./stack test

Tests (Optional)

$ aws configure
$ cd CryoSec/microservices/vulndb
$ ./stack test

Contributing

To get started...

Step 1

  • 🍴 Fork this repo!

  • 👯 Clone this repo to your local machinee

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3


FAQ

  • How do I do specifically so and so?
    • No problem! Just do this.

Support

Reach out to me at one of the following places!



License

License

About

Automated cloud vendor agnostic server, container, and application hardening suite.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.9%
  • Shell 24.6%
  • Vim Script 4.0%
  • JavaScript 3.0%
  • Dockerfile 1.5%