The backbone of the toolset. Breacher Framework.

Breacher Framework, or BRC for short, is one of the main tools that you will be using in the HACKERGAME to perform cyberattacks. I mostly inspired it from Metasploit Framework and made it highly simplified. At the current state of BRC, there are two modules. These are;
porthack - Deploys a reverse shell on vulnerable targets.
uploadx - Generates an exploit for file upload vulnerabilities.
I plan to add more modules further into development. The one module I planned to add right now is Remote Desktop Control. We haven't designed or coded it yet. But when it's added, you will be able to connect target computers, see its desktop and control it from the screen. (Hopefully)
For now, let's focus on the existing modules. Starting with 'porthack', if you have played Hacknet -which is our main inspiration to make HACKERGAME- It will sound similar since the name is exactly the same. And it actually does almost the same thing. If you disable enough ports, you can use porthack to infiltrate the target. It's quite simple.

As for the uploadx, not all of the systems are hackable through port hacking. Some have updated security and have no vulnerabilities. So this is where you can try your luck with the File Upload Exploits. For this one, I've inspired from another real life tool called Weevely.
Using the uploadx module; you can create a reverse shell in '.php' or a '.png.exe', monitor the upload page to obtain the uploaded location on the server and finally, execute the shell. You can check out the screenshot below, it kinda gives an example.

So that's all for this Devlog episode. If you have any questions or suggestions, you can join our Discord. and let us know. Have a nice day.