Skip to content

Cossack9989/CmdSandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CmdSandbox

install

  • docker.service on Linux is a must
  • install.sh

start

  • export CMD_SANDBOX_CONF_PATH=/path/to/your/config
  • start.sh

usage

  • curl -X 'POST' \
    'http://127.0.0.1:8080/api/v1/command/image' \
    -H 'accept: application/json' \
    -H 'Content-Type: application/json' \
    -d '{"cmd": "/bin/bash", "image": "debian:buster", "init_cmd": "/bin/sh", "timeout": 0}'
    

About

Use Falco to detect malicous commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published