https://github.com/cbrnrd/kumo
:mouse: A cross-platform remote administration tool written in Java
https://github.com/cbrnrd/kumo
cybersecurity encryption gui java javafx material-design rat remote-administration-tool
Last synced: about 1 year ago
JSON representation
:mouse: A cross-platform remote administration tool written in Java
- Host: GitHub
- URL: https://github.com/cbrnrd/kumo
- Owner: cbrnrd
- Created: 2018-11-21T17:00:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T07:19:54.000Z (almost 6 years ago)
- Last Synced: 2025-04-07T16:02:10.037Z (about 1 year ago)
- Topics: cybersecurity, encryption, gui, java, javafx, material-design, rat, remote-administration-tool
- Language: Java
- Homepage:
- Size: 8.29 MB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kumo
Kumo is a lightweight and portable remote administrative tool written in Java.
It can be used on Windows, macOS, or Linux as long as they have the JRE installed.
I was selling this software for a while but it got cracked and I'm not maintaining it anymore, so here's the source :).
## Features
* AES encrypted C2 communication
* Send commands to client
* Cross platform (more or less)
* Clean, simple, and modern UI
* Easy client building process
* Customizable server and client settings
* Persistence
* System information
* Clipboard control
* Visit website
* Show messagebox
* Windows keylogger
* Plugin support
## Compilation instructions
Windows:
```
.\gradlew.bat fatJar
```
This will produce a server jar in `build/`.
Linux:
Same as above but `./gradlew fatJar`. Produces the same output jar.
## Legal
Kumo is not to be used without permission or ownership of the systems Kumo is installed on. Kumo is a remote administrative tool to aid in the control and management of systems alongside IT setups. Any other use is prohibited. Kumo is not liable for system damage or unauthorised use.
## Notes
* This is a very very very very hard fork of Ghosts/Maus, so props to Ghosts for a great starting point.
* Originally this software was licensed, but it's been commented out (not fully removed) in `kumo.Kumo`.
## TODO
* Create basic obfuscator of final jar so the client class name isn't always `Client.class`
* Organize the client context menu and add icons to those sections.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/cbrnrd/Kumo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.