Giter VIP home page Giter VIP logo

wraith-labs / wraith Goto Github PK

View Code? Open in Web Editor NEW
208.0 15.0 44.0 16.07 MB

[WIP] A free and open-source, modular Remote Administration Tool (RAT) / Payload Dropper written in Go(lang) with a flexible command and control (C2) system.

Home Page: https://dev.l1qu1d.net/wraith-labs/wraith

License: GNU Affero General Public License v3.0

Go 100.00%
wraith remote-control remote-admin-tool remote-administration-tool remote-admin-trojan botnet rat hacking hacking-tool pentesting pentesting-tools payload-dropper

wraith's Introduction

❗❗❗ WARNING ❗❗❗
This project is currently heavily in development and hence is pretty unusable. Commits to this repository can be rare while I focus on other work, but the project is not abandoned. If you are interested in sponsoring or contributing to the project to speed up development, or even offering some suggestions, please get in touch via the discussions feature on GitHub, or via Matrix at @0x/:l1qu1d.net.

wraith

Build Status Go Version Licence Docs Go Reference

A free and open-source, modular Remote Administration Tool (RAT) / Payload Dropper written in Go(lang) with a flexible command and control (C2) system*.

* The C2 system can consist of static files on a HTTP server, static DNS records on a DNS server, or can be automated with a control panel (though this is not part of this project and while I may make a panel eventually, you are encouraged to make your own by all means).

WARNING!

This is the In-Development branch which has become the default branch as of 21/06/2020. Any code found here is most likely not tested, unstable and subject to change as the project develops. To use the stable version please see the releases tab or the master branch.

NOTE:

The master branch currently contains Wraith v3.0.0 which is permanently in BETA due to a complete Wraith re-write for version 4.0.0. While useable, v3.0.0 of Wraith is not recommended for use. Instead, waiting for the 4.0.0 release is preferable as massive changes will be introduced making Wraith faster, more secure, more useable and easier to manage. Wraith v4.0.0 has no estimated release date but any contributions will speed up development :)

Other notes:

  • 14/11/2021 22:10 - Celebrating 100 stars on GitHub! 🎉
  • 09/01/2023 04:30 - First contact between Wraith and C2 via pinecomms module! 🎉

wraith's People

Contributors

0x1a8510f2 avatar tr-slimey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wraith's Issues

Login success but displays failure message

[CLIENT]:
{"message_type": "login", "data": {"osname": "kali", "ostype": "Linux-5.9.0-kali2-amd64-x86_64-with-glibc2.29", "macaddr": 8796758542364, "wraith_version": "3.0.0", "wraith_start_time": 1606128940.8567538, "this_child_start_time": 1606128940.8567555}}

[SERVER]:
{"requester_type": "wraith", "switch_key": "256c416978c99e254270cc8bd036526b", "server_id": "SomeFingerprint_", "status": "SUCCESS", "message": "Successfully logged in", "wraith_id": "f6642177-5ee8-4123-804d-eb9d54cfe734"}
ISCRYPT: True

Failed to log in, waiting 10 seconds before re-try
/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py:842: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn((

[CLIENT]:
{"message_type": "login", "data": {"osname": "kali", "ostype": "Linux-5.9.0-kali2-amd64-x86_64-with-glibc2.29", "macaddr": 8796758542364, "wraith_version": "3.0.0", "wraith_start_time": 1606128940.8567538, "this_child_start_time": 1606128940.8567555}}

Server Error: Request could not be identified as panel or client

Single instance check passed, starting
/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py:842: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn((

[CLIENT]:
{"message_type": "heartbeat", "data": {"info": {"running_as_user": "kali", "available_ram": 1023672320, "used_ram": 568958976, "available_disk": 67508670464, "used_disk": 11234516992, "local_ip": "10.0.2.15"}, "wraith_id": null}}

[SERVER]:
{"status": "ERROR", "requester_type": "unknown", "message": "Request could not be identified as panel or client"}
ISCRYPT: False

[CLIENT]:
{"message_type": "login", "data": {"osname": "kali", "ostype": "Linux-5.9.0-kali2-amd64-x86_64-with-glibc2.29", "macaddr": 8796758542364, "wraith_version": "3.0.0", "wraith_start_time": 1606128609.6322184, "this_child_start_time": 1606128609.632221}}

[SERVER]:
{"status": "ERROR", "requester_type": "unknown", "message": "Request could not be identified as panel or client"}
ISCRYPT: False

Failed to log in, waiting 10 seconds before re-try
^CTraceback (most recent call last):
File "wraith.py", line 283, in
time.sleep(10)
KeyboardInterrupt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.