/node_modules/caniuse-lite/data/regions/RS.js">RS.js 77628cf8bf first comm 2 years ago RU.js 77628cf8bf first comm 2 years ago RW.js 77628cf8bf first comm 2 years ago SA.js 77628cf8bf first comm 2 years ago SB.js 77628cf8bf first comm 2 years ago SC.js 77628cf8bf first comm 2 years ago SD.js 77628cf8bf first comm 2 years ago SE.js 77628cf8bf first comm 2 years ago SG.js 77628cf8bf first comm 2 years ago SH.js 77628cf8bf first comm 2 years ago SI.js 77628cf8bf first comm 2 years ago SK.js 77628cf8bf first comm 2 years ago SL.js 77628cf8bf first comm 2 years ago SM.js 77628cf8bf first comm 2 years ago SN.js 77628cf8bf first comm 2 years ago SO.js 77628cf8bf first comm 2 years ago SR.js 77628cf8bf first comm 2 years ago ST.js 77628cf8bf first comm 2 years ago SV.js 77628cf8bf first comm 2 years ago SY.js 77628cf8bf first comm 2 years ago SZ.js 77628cf8bf first comm 2 years ago TC.js 77628cf8bf first comm 2 years ago TD.js 77628cf8bf first comm 2 years ago TG.js 77628cf8bf first comm 2 years ago TH.js 77628cf8bf first comm 2 years ago TJ.js 77628cf8bf first comm 2 years ago TK.js 77628cf8bf first comm 2 years ago TL.js 77628cf8bf first comm 2 years ago TM.js 77628cf8bf first comm 2 years ago TN.js 77628cf8bf first comm 2 years ago TO.js 77628cf8bf first comm 2 years ago TR.js 77628cf8bf first comm 2 years ago TT.js 77628cf8bf first comm 2 years ago TV.js 77628cf8bf first comm 2 years ago TW.js 77628cf8bf first comm 2 years ago TZ.js 77628cf8bf first comm 2 years ago UA.js 77628cf8bf first comm 2 years ago UG.js 77628cf8bf first comm 2 years ago US.js 77628cf8bf first comm 2 years ago UY.js 77628cf8bf first comm 2 years ago UZ.js 77628cf8bf first comm 2 years ago VA.js 77628cf8bf first comm 2 years ago VC.js 77628cf8bf first comm 2 years ago VE.js 77628cf8bf first comm 2 years ago VG.js 77628cf8bf first comm 2 years ago VI.js 77628cf8bf first comm 2 years ago VN.js 77628cf8bf first comm 2 years ago VU.js 77628cf8bf first comm 2 years ago WF.js 77628cf8bf first comm 2 years ago WS.js 77628cf8bf first comm 2 years ago YE.js 77628cf8bf first comm 2 years ago YT.js 77628cf8bf first comm 2 years ago ZA.js 77628cf8bf first comm 2 years ago ZM.js 77628cf8bf first comm 2 years ago ZW.js 77628cf8bf first comm 2 years ago alt-af.js 77628cf8bf first comm 2 years ago alt-an.js 77628cf8bf first comm 2 years ago alt-as.js 77628cf8bf first comm 2 years ago alt-eu.js 77628cf8bf first comm 2 years ago alt-na.js 77628cf8bf first comm 2 years ago alt-oc.js 77628cf8bf first comm 2 years ago alt-sa.js 77628cf8bf first comm 2 years ago alt-ww.js 77628cf8bf first comm 2 years ago tum/soc - Gogs: Simplico Git Service

Nav apraksta

tum 7efe524391 modify conflict 1 mēnesi atpakaļ
..
backend 9de2549954 first commit 1 mēnesi atpakaļ
frontend 9bd700d33c gitignore 1 mēnesi atpakaļ
functions 9de2549954 first commit 1 mēnesi atpakaļ
shuffle-apps 9de2549954 first commit 1 mēnesi atpakaļ
.env 7efe524391 modify conflict 1 mēnesi atpakaļ
LICENSE 9de2549954 first commit 1 mēnesi atpakaļ
README.md 9de2549954 first commit 1 mēnesi atpakaļ
SECURITY.md 9de2549954 first commit 1 mēnesi atpakaļ
docker-compose.yml 7efe524391 modify conflict 1 mēnesi atpakaļ

README.md

Shuffle Logo

Shuffle Automation

<p>Deploy<p/>
<a
href="https://console.cloud.google.com/marketplace/product/shuffle-public/shuffle"
target="_blank"
style="text-decoration: none; display: flex; align-items: center; gap: 8px;"
<img
  src="https://upload.wikimedia.org/wikipedia/commons/5/51/Google_Cloud_logo.svg"
  height="20"
  alt="Google Cloud Platform"
/>

Shuffle is an open source automation platform, built for and by the security professionals. Security operations is complex, but it doesn't have to be. Built to work well with MSSP's and other service providers in mind.

Get training Key FeaturesCommunity & Support Get training - DocumentationGetting StartedDevelopment Set up a demo call

Follow us on Twitter at @shuffleio.

Example Shuffle webhook integration

Deployment

Shuffle can be deployed using the following cloud marketplaces:

Try it

Please consider sponsoring the project if you want to see more rapid development.

Support

Blogposts

Documentation

Documentation can be found on https://shuffler.io/docs and is written here: https://github.com/shuffle/shuffle-docs.

Setting up a local development environment

Please follow the steps mentioned here!

Related repositories

Features

  • Simple, feature rich workflow editor
  • App creator using OpenAPI
  • Premade apps for your security tools
  • Organization and sub-organization control
  • Hybrid resource sharing with shuffler.io (optional)

Website

https://shuffler.io

Contributing

We want to make the world of cybersecurity more accessible and need all the help we can get. Send an email to support@shuffler and we'll make sure to give you any training you may need.

These are the main areas to contribute in:

  • Frontend (ReactJS)
  • Backend (Golang)
  • App Creation (Python & GUI w/OpenAPI)
  • Documentation (Markdown)
  • Workflow creation (GUI & Conceptualizing)
  • Content Creation (Blogs, videos etc)

Contributing guidelines are outlined here.

Contributors

ICPL logo

Shuffle

App magicians

License

All modular information related to Shuffle will be under MIT (anyone can use it for whatever purpose), with Shuffle itself using AGPLv3.

Workflows: MIT Documentation: MIT Shuffle backend: AGPLv3 Apps, specification and App SDK: MIT

Architecture

Shuffle Architecture

Security Contributors: Hall of Fame

Pushpraj - Reported several issues between July and August 2024

Repository overview

Below is the folder structure with a short explanation

├── README.md				# What you're reading right now
├── backend					# Contains backend related code.
│   ├── go-app 			# The backend golang webserver
│   └── app_sdk			# The SDK used for apps
├── frontend				# Contains frontend code. ReactJS, Material UI and cytoscape
├── functions				# Has execution and extension resources, such as the Wazuh integration
│   ├── onprem				# Code for onprem solutions
│   │   ├── Orborus 	# Distributes execution locations
│   │   ├── Worker		# Runs a workflow
└ docker-compose.yml 	# Used for deployments

Get in touch, send a mail to frikky@shuffler.io or poke me on twitter @frikkylikeme