We’ve come to an end with the project. Please visit the project page: https://github.com/caius-git/Remote-control . A quick overview of the project: we managed to create a working Remote control program that is able to control Windows 10 machines through a encrypted python socket connection. Practically it works like a malware. Technical description and recap WeContinue reading “Remote control software project – Technical Report – Caius Juvonen”
Category Archives: Uncategorized
Remote control software project – AV evasion part 2 – Caius Juvonen
This week we’re going to further try and bypass the Windows Defender antivirus – the bare minimum for our project. I’ve come across a couple of good leads: First, change the connection port number to something less obvious, like 8080. There is a very promising program we could use called herpaderping (more on this here),Continue reading “Remote control software project – AV evasion part 2 – Caius Juvonen”
Remote control software project – Finishing keylogger – Caius Juvonen
This weeks blog post will be kept relatively short: I’ll still try to share all the details of what we’ve done, why, and also share some of the testing I’ve done. First and foremost, where we currently are in the project: We have successfully made a secondary download method, which works through a file thatContinue reading “Remote control software project – Finishing keylogger – Caius Juvonen”
Remote control software project – Fixing bugs – Caius Juvonen
Hello, in this weeks blog post we will be fixing some of the bugs we encountered with the keylogger function. To refresh your memory, they are the following: We don’t get an instant notification that tells us that the email credentials are wrong (if they are wrong) The keylogger does not stop after started unlessContinue reading “Remote control software project – Fixing bugs – Caius Juvonen”
Remote control software project – Finishing features – Caius Juvonen
Hello, and welcome to another blog post about this weeks project work related to our Remote Control Software. Last week we were trying to do something about AV evasion, but that is quite a complicated topic, so I decided to leave that for a little later, and instead finish the features of our program. CoupleContinue reading “Remote control software project – Finishing features – Caius Juvonen”
Remote control software project – AV evasion? – Caius Juvonen
In this weeks post we will be mainly focusing on methods of avoiding antivirus programs, mainly Windows Defender. Once we’ve conquered Windows Defender, we can test our program with different antiviruses after the fact. It’s likely we’ll have to use an array of different techniques, but we’ll start from the easy and simple solutions soContinue reading “Remote control software project – AV evasion? – Caius Juvonen”
Remote control software project – Screenshot feature? – Caius Juvonen
Hello and welcome back to another episode of our remote control software project. This week’s agenda will be focused mainly on getting a screenshot function to work. Other possible work could be trying to make .exes out of the client program with pyinstaller and testing windows defender against it (some work for this has alreadyContinue reading “Remote control software project – Screenshot feature? – Caius Juvonen”
Remote control software project – Coding improvements & Encryption – Caius Juvonen
Welcome to the new installation of my series where I cover this particular project. This week we’re supposed to continue coding and to improve upon what we’ve built so that we’ll be ready to start implementing new features. First problem of the day is where we left off last time: we’re able to execute commandsContinue reading “Remote control software project – Coding improvements & Encryption – Caius Juvonen”
Remote control software project – 0.1 release! – Caius Juvonen
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 thingsContinue reading “Remote control software project – 0.1 release! – Caius Juvonen”
Remote control software project – Coding the server & more – Caius Juvonen
In this installment we’ll dive more into the making of the software part of this project, as in we’ll code. These reports will likely get shorter in length, because while I’ll explain what I’m doing and my logic behind it, I’m not going to screenshot every single line of code and give my in-depth thoughtsContinue reading “Remote control software project – Coding the server & more – Caius Juvonen”