O Thawnenet é uma ferramenta projetada para fornecer o controle do sistema Windows remotamente e recuperar informações dele. O Thawnenet é um aplicativo cliente/servidor desenvolvido no Python Windows para o lado do cliente e o servidor também está no Python.

Thawnenet requer 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 [sinalizadores] sinalizadores: -i, --p Listner IP Endereço -p, --port Listner Número da porta
Depois de executar o modo shell você receberá um intérprete do dispositivo
Comandos que podem ser executados no 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 o EXE usando IP e porta desejados: python3 server.py --build
Para obter o intérprete: python3 server.py --shell -i 0.0.0.0 -p 8000

BTC: bc1q5exw2v9sa0yktp2t7xnq8ma2xpn5a29s7w283y
ETH: 0x8d797249170d263B959A3c688D8456adBcfBC319
XMRT: 0xF978FE35d00A201eB48aB3908993e14f312001a2
A Thawnenet está licenciada sob licença do MIT, dê uma olhada na licença para obter mais informações.