CHAOS is a free and open-source Remote Administration Tool that allow generate binaries to control remote operating systems.
Report bug
·
Request feature
·
Quick start
·
Screenshots
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. YOU MAY USE THIS SOFTWARE AT YOUR OWN RISK. THE USE IS COMPLETE RESPONSIBILITY OF THE END-USER. THE DEVELOPERS ASSUME NO LIABILITY AND ARE NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE CAUSED BY THIS PROGRAM.
Some install options are available:
See more:
# 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.goSee more:
# Create a shared directory between the host and container
$ mkdir ~/chaos-container
$ docker run -it -v ~/chaos-container:/database/ -v ~/chaos-container:/temp/ \
-e PORT=8080 -e SQLITE_DATABASE=chaos -p 8080:8080 tiagorlampert/chaos:latest# Create a shared directory between the host and container
$ md c:\chaos-container
$ docker run -it -v c:/chaos-container:/database/ -v c:/chaos-container:/temp/ -e PORT=8080 -e SQLITE_DATABASE=chaos -p 8080:8080 tiagorlampert/chaos:latestTry it now on Heroku with a single click:
After running go to http://localhost:8080 and login with the default username: admin and password: admin and change the password.
To connect in a supported database you should set some required environment variables:
-
SQLite:
SQLITE_DATABASE= chaos
-
PostgreSQL:
POSTGRES_DATABASE= chaosPOSTGRES_HOST= localhostPOSTGRES_PASSWORD= postgresPOSTGRES_PORT= 5432POSTGRES_USER= postgresPOSTGRES_SSL_MODE= disable/require //optional
See our contributing guide at CONTRIBUTING.md.
If you enjoyed this project, give me a cup of coffee. :)
The MIT License
Copyright (c) 2017, Tiago Rodrigo Lampert




