All Projects → tiagorlampert → Chaos

tiagorlampert / Chaos

Licence: bsd-3-clause
🔥 CHAOS is a Remote Administration Tool that allow generate binaries to control remote operating systems.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Chaos

Mouse
Mouse Framework is an iOS and macOS post-exploitation framework that gives you a command line session with extra functionality between you and a target machine using only a simple Mouse payload. Mouse gives you the power and convenience of uploading and downloading files, tab completion, taking pictures, location tracking, shell command execution, escalating privileges, password retrieval, and much more.
Stars: ✭ 186 (-84.08%)
Mutual labels:  remote-control, hacking, hacking-tool, payload
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: ✭ 142 (-87.84%)
Mutual labels:  remote-control, hacking, hacking-tool, payload
Reconpi
ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
Stars: ✭ 490 (-58.05%)
Mutual labels:  hacktoberfest, hacking, hacking-tool
Entropy
Entropy Toolkit is a set of tools to provide Netwave and GoAhead IP webcams attacks. Entropy Toolkit is a powerful toolkit for webcams penetration testing.
Stars: ✭ 126 (-89.21%)
Mutual labels:  hacking, hacking-tool, payload
Ratel
RAT-el is an open source penetration test tool that allows you to take control of a windows machine. It works on the client-server model, the server sends commands and the client executes the commands and sends the result back to the server. The client is completely undetectable by anti-virus software.
Stars: ✭ 121 (-89.64%)
Mutual labels:  remote-control, hacking, payload
Nosqlmap
Automated NoSQL database enumeration and web application exploitation tool.
Stars: ✭ 1,928 (+65.07%)
Mutual labels:  hacktoberfest, hacking, hacking-tool
Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+2717.55%)
Mutual labels:  hacktoberfest, hacking, payload
Shuffle
WebShell Backdoor Framework
Stars: ✭ 11 (-99.06%)
Mutual labels:  hacking, hacking-tool
Active Directory Exploitation Cheat Sheet
A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.
Stars: ✭ 870 (-25.51%)
Mutual labels:  hacking, hacking-tool
Badusb botnet
👥😈 Infect a pc with badusb and establish a connection through telegram.
Stars: ✭ 32 (-97.26%)
Mutual labels:  remote-control, hacking
Vulnx
vulnx 🕷️ is an intelligent bot auto shell injector that detect vulnerabilities in multiple types of cms { `wordpress , joomla , drupal , prestashop .. `}
Stars: ✭ 1,009 (-13.61%)
Mutual labels:  hacking, hacking-tool
Xattacker
X Attacker Tool ☣ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 897 (-23.2%)
Mutual labels:  hacking, hacking-tool
Ciphey
⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡
Stars: ✭ 9,116 (+680.48%)
Mutual labels:  hacktoberfest, hacking
Skyrat
SkyRAT - Powershell Remote Administration Tool
Stars: ✭ 21 (-98.2%)
Mutual labels:  remote-control, hacking-tool
Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+563.7%)
Mutual labels:  hacking, hacking-tool
Deepweb Scappering
Discover hidden deepweb pages
Stars: ✭ 40 (-96.58%)
Mutual labels:  hacking, hacking-tool
Trape
People tracker on the Internet: OSINT analysis and research tool by Jose Pino
Stars: ✭ 6,753 (+478.17%)
Mutual labels:  hacking, hacking-tool
Swift Keylogger
Keylogger for mac written in Swift using HID
Stars: ✭ 995 (-14.81%)
Mutual labels:  hacking, hacking-tool
Cfw2ofw Helper
Providing aid in converting video games.
Stars: ✭ 44 (-96.23%)
Mutual labels:  hacking, hacking-tool
Project Tauro
A Router WiFi key recovery/cracking tool with a twist.
Stars: ✭ 52 (-95.55%)
Mutual labels:  hacking, hacking-tool

CHAOS is a Remote Administration Tool that allow generate binaries to control remote operating systems.

Disclaimer

📚 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

Feature w m l
Reverse Shell X X X
Download File X X X
Upload File X X X
Screenshot X X X
Persistence X
Open URL X X X
Get OS Info X X X
Run Hidden X

How to Install

# 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
$ go run cmd/chaos/main.go

How to Use

Command On HOST does...
generate Generate a binary (e.g. generate address=192.168.0.100 port=8080 filename=chaos --windows --hidden)
address= Specify a ip for connection
port= Specify a port for connection
filename= Specify a filename to output binary
--windows Target Windows
--macos Target Mac OS
--linux Target Linux
--hidden Run a hidden binary (only for Windows)
listen Listen for a new connection (e.g. listen port=8080)
serve Serve directory files
exit Quit this program
Command On TARGET does...
download {filePath} File Download
upload {filePath} File Upload
screenshot Take a Screenshot
persistence enable Install at Startup
persistence disable Remove from Startup
information Get OS information
lockscreen Lock the OS screen
open-url {url} Open the URL informed
exit Quit app

Video (out of date)

Gif (out of date)

Donate

If you enjoyed this project, give me a cup of coffee. :)

Donate

License

The BSD 3-Clause License

Copyright (c) 2017, Tiago Rodrigo Lampert

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].