Running commands via http calls
Go to file
2024-02-03 10:44:18 +01:00
openrc Initial commit 2024-02-03 04:17:32 +01:00
.env.example Initial commit 2024-02-03 04:17:32 +01:00
.gitignore Initial commit 2024-02-03 04:17:32 +01:00
go.mod Initial commit 2024-02-03 04:17:32 +01:00
go.sum Initial commit 2024-02-03 04:17:32 +01:00
LICENSE Added license 2024-02-03 10:24:27 +01:00
main.go Added paths to cmd runner 2024-02-03 10:44:18 +01:00
README.md Initial commit 2024-02-03 04:17:32 +01:00

Runner of commands in payload on a host

Example of sending hello world to runner at 127.0.0.1:8072

`curl -H "Authorization: xxx" -d '{"commands":["echo "Hello world""]}' 127.0.0.1:8072

  • WORK_DIR will be WIPED on every run!!!!