An open-source remote administration tool that allows anyone to generate binaries to control remote operating systems. You can install or set it on your local computer as well as deploy it on an online server (Web Application)Quick start
Let's see how you can use it on your local computer Linux operating system.
sudo apt install golang git -y
git clone https://github.com/tiagorlampert/CHAOS
cd CHAOS
PORT=8080 SQLITE_DATABASE=chaos go run cmd/chaos/main.go
For Docker
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
Windows
md c:\chaos-container
docker run -it -v c:/chaos-container:/database/ -v c:/chaos-container:/temp/
Features
Like any other remote access application it provides features given below:
- Reverse Shell
- Download File
- Upload File
- Delete File
- Screenshot
- File Explorer
- Get OS Info
- Run Hidden
- Restart
- Shutdown
- Lock Screen
- Sign Out
- Open Url
I hope you enjoy this article, make sure to save bookmarks for future blogs.