mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-16 07:26:15 +00:00
Simple docker-compose environment that starts a simple express server with a poorly-designed /api/exec/<cmd> endpoint that executes arbitrary commands, and uses falco to detect running bash.
8 lines
106 B
JSON
8 lines
106 B
JSON
{
|
|
"name": "bad-rest-api",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"express": "~4.0.0"
|
|
}
|
|
}
|