You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am 'Add some feature')
Push to the branch (git push origin my-new-feature)
Create new pull request (PR)
TODO
Remote Shell
Take Screenshot
File Explorer
Download File
Upload File
Delete file
Restart
Shutdown
Persistence (install at startup)
Lock screen
Open URL
Kill process
Add Postgres support
Client connection using Websocket
Clipboard Monitor
Live stream from camera
Take photos (webcam)
Voice recording
Local Development
# Install dependencies
$ sudo apt install golang git -y
# Get this repository
$ git clone https://github.com/tiagorlampert/CHAOS
# Go into the repository
$ cd CHAOS/
# Run
$ PORT=8080 SQLITE_DATABASE=chaos go run cmd/chaos/main.go
$ git clone https://github.com/tiagorlampert/CHAOS
$ cd CHAOS/
$ heroku container:login
$ heroku create
$ heroku container:push web
$ heroku container:release web
$ heroku open
# Can be called from a url to test# https://dashboard.heroku.com/new?button-url=https://github.com/tiagorlampert/CHAOS&template=https://github.com/tiagorlampert/CHAOS/tree/{branch_with_deploy}