GithubHelp home page GithubHelp logo

mimatache / cyscale Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 116 KB

The purpose of this project is to find basic security misconfigurations, given the provided input.

License: Other

Dockerfile 2.52% Makefile 3.67% Go 93.81%

cyscale's Introduction

cyscale

The purpose of this project is to find basic security misconfigurations, given the provided input.

Usage

cyscale-cli:

This is a simple application that parses json files containing information about cloud topologies and performs simple security violation scans.
This should not be treated as an exhaustive security scan of your cloud environment

Usage:
  cyscale-cli [command]

Available Commands:
  completion  generate the autocompletion script for the specified shell
  help        Help about any command
  license     Show license information
  verify      verify is used to check conditions
  version     Show version information

Flags:
  -h, --help   help for cyscale-cli

Use "cyscale-cli [command] --help" for more information about a command.

Checks

cyscale-cli verify:

verify is used to check conditions

Usage:
  cyscale-cli verify [command]

Available Commands:
  exposed-vms         exposed-vms shows which VMs are exposed to the internet (i.e.: allow connections from 0.0.0.0/0)
  list-connections    list-connections shows how two assets connect to each other. Example `list-connections intf1 vpc1`
  vms-using-http-port vms-using-http-port shows which VMs are using the HTTP port, either directly or through an interface

Flags:
  -h, --help                           help for verify
      --interfaces string              path to file containing network interfaces to verify (default "data/NetworkInterface.json")
      --security-groups string         path to file containing security groups to verify (default "data/SecurityGroup.json")
      --virtual-machines string        path to file containing VMs to verify (default "data/VM.json")
      --virtual-private-cloud string   path to file containing VPCs to verify (default "data/VPC.json")

Use "cyscale-cli verify [command] --help" for more information about a command.

Building the binary

make -> this will build a binary in `{PROJECT}/.build/cyscale-cli/_bin

Building a docker image

make docker-build

cyscale's People

Contributors

mimatache avatar

Watchers

Ovidiu Cical avatar  avatar Andrei Stefanie avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.