At the suggestion of Tero Karvinen, I’ve decided to release the first version of this project on GitHub. This version is capable of:
- Establishing a reverse connection between the server and client
- Running commands on the windows machine remotely
- Not alerting Windows Defender when ran (other antivirus software not tested as of 3.3.2021)
Some things to note however:
- The connection is unencrypted
- The client has to manually download python and run the program
This version release is supposed to be a nice little foundation, and it’s greatest benefit is the fact that it goes undetected by Windows Defender (from all my tests, windows defender did not complain even once, and it was on the whole time). Though obviously this is far from a completed program, hence the 0.1 release and not a 1.0.
You can see the release here: https://github.com/caius-git/Remote-control/releases/tag/v0.1-alpha .
The release consists of a server and a client program. Some things such as the HOST parameter will have to be changed in order to work in another environment.
Caius Juvonen