All Projects → ContainerSSH → Containerssh

ContainerSSH / Containerssh

Licence: other
ContainerSSH: Launch containers on demand

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Containerssh

Trivy
Scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues
Stars: ✭ 9,673 (+4860.51%)
Mutual labels:  security-tools, containers, devsecops
Secretscanner
Find secrets and passwords in container images and file systems
Stars: ✭ 895 (+358.97%)
Mutual labels:  security-tools, containers
Gg Shield
Detect secret in source code, scan your repo for leaks. Find secrets with GitGuardian and prevent leaked credentials. GitGuardian is an automated secrets detection & remediation service.
Stars: ✭ 708 (+263.08%)
Mutual labels:  security-tools, devsecops
Purify
All-in-one tool for managing vulnerability reports from AppSec pipelines
Stars: ✭ 72 (-63.08%)
Mutual labels:  security-tools, devsecops
Stowaway
👻Stowaway -- Multi-hop Proxy Tool for pentesters
Stars: ✭ 500 (+156.41%)
Mutual labels:  security-tools, ssh
Kube Scan
kube-scan: Octarine k8s cluster risk assessment tool
Stars: ✭ 566 (+190.26%)
Mutual labels:  security-tools, devsecops
Csp
The Cyber Security Platform MeliCERTes is part of the European Strategy for Cyber Security. MeliCERTes is a network for establishing confidence and trust among the national Computer Security Incident Response Teams (CSIRTs) of the Member States and for promoting swift and effective operational cooperation.
Stars: ✭ 23 (-88.21%)
Mutual labels:  security-tools, containers
Prowler
Prowler is a security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 200 controls covering CIS, ISO27001, GDPR, HIPAA, SOC2, ENS and other security frameworks.
Stars: ✭ 4,561 (+2238.97%)
Mutual labels:  security-tools, devsecops
Dockle
Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start
Stars: ✭ 1,713 (+778.46%)
Mutual labels:  security-tools, containers
Terrascan
Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
Stars: ✭ 2,687 (+1277.95%)
Mutual labels:  security-tools, devsecops
Cloud Discovery
Cloud Discovery provides a point in time enumeration of all the cloud native platform services
Stars: ✭ 119 (-38.97%)
Mutual labels:  security-tools, containers
Threatmapper
Identify vulnerabilities in running containers, images, hosts and repositories
Stars: ✭ 361 (+85.13%)
Mutual labels:  security-tools, devsecops
Ssh Mitm
ssh mitm server for security audits supporting public key authentication, session hijacking and file manipulation
Stars: ✭ 335 (+71.79%)
Mutual labels:  security-tools, ssh
Awesome Php Security
Awesome PHP Security Resources 🕶🐘🔐
Stars: ✭ 666 (+241.54%)
Mutual labels:  security-tools, devsecops
My Links
Knowledge seeks no man
Stars: ✭ 311 (+59.49%)
Mutual labels:  devsecops, containers
Cli
🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
Stars: ✭ 2,151 (+1003.08%)
Mutual labels:  security-tools, ssh
Certificates
🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
Stars: ✭ 3,693 (+1793.85%)
Mutual labels:  security-tools, ssh
Securecodebox
secureCodeBox (SCB) - continuous secure delivery out of the box
Stars: ✭ 279 (+43.08%)
Mutual labels:  security-tools, devsecops
Karn
Simplifying Seccomp enforcement in containerized or non-containerized apps
Stars: ✭ 104 (-46.67%)
Mutual labels:  security-tools, containers
Njsscan
njsscan is a semantic aware SAST tool that can find insecure code patterns in your Node.js applications.
Stars: ✭ 128 (-34.36%)
Mutual labels:  security-tools, devsecops

ContainerSSH - Launch Containers on Demand

An SSH Server that Launches Containers in Kubernetes and Docker

Documentation: available GitHub Workflow Status GitHub release (latest SemVer) Docker Image Size (latest by date) Go Report Card LGTM Alerts GitHub

Offering SSH in a web hosting service?

ContainerSSH lets you dynamically create and destroy containers when your users connect. Authenticate against your existing user database and mount directories based on your existing permission matrix.

Read more »

Looking for a Linux learning environment?

With ContainerSSH you can launch Linux-based containers on demand when your students connect. You can supply your own container image and mount folders with learning and testing material as needed.

Read more »

Building a honeypot?

With the dynamic authentication server of ContainerSSH you can capture usernames and passwords, and you container environment can log commands that are executed.

Read more »

Building a high security environment?

ContainerSSH is being used to provide dynamic console access to an environment with sensitive credentials. Use the authentication and configuration server to dynamically provision credentials in conjunction with secret management systems such as Hashicorp Vault.

Read more »

How does it work?

  1. The user opens an SSH connection to ContainerSSH.
  2. ContainerSSH calls the authentication server with the users username and password/pubkey to check if its valid.
  3. ContainerSSH calls the config server to obtain backend location and configuration (if configured)
  4. ContainerSSH calls the container backend to launch the container with the specified configuration. All input from the user is sent directly to the backend, output from the container is sent to the user.

Get started »

Demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].