Post: Some Sources have BackDoors
02-28-2017, 01:09 AM #1
Boliberrys
^^ Sexy ^^
(adsbygoogle = window.adsbygoogle || []).push({}); Hello Guys!

For people who are not aware, nowadays not even the source of a program is safe. People are able to run PowerShell scripts with it.

How do they do that?

When you open the .csprj (we are using C# as an example, but can be used in VB also), you will see some bunch of code.

When you go to the part where it says "<Target Name=" , there people can add PowerShell scripts that will make an EXE download, and execute, making your computer a slave of a RAT/Botnet.

Example of backdoor script:

You must login or register to view this content.


This is how the backdoor works:

You must login or register to view this content.


So when opening a Source, always use GitHub, or atleast check if there is any script in it.


Another example is the following.

I downloaded a source, and when i opened the CSPRJ on a notepad, i noticed this code:

You must login or register to view this content.


Which looks pretty normal. But when you decode it, you get something like this:

You must login or register to view this content.

(Too lazy to fix the format)

So as you can see that script downloads a string from this page You must login or register to view this content., means it downloads the following thext:
aHR0cDovL2dvdWFzYnFhaDEuZ290ZG5zLmNoL0JhY2tkb29yL0Rvd25sb2FkL1ByaW50ZXJXaXp6YXJkLmV4ZQ==
and decodes it back from Base64, which turns to this:
*Direct Download of an .EXE with backdoor*

(Ofcourse im not going to put the link of the exe, but you can decode the string if you want to check)

So basically, the code downloads an .exe from the site, it stores it in %appdata% , and then it executes it.


Hope you guys can take a bit of consideration before opening a Source from someone you don't know.

Credits to Furz(HF), for the gif on how the backdoor works.
Last edited by Boliberrys ; 03-02-2017 at 07:32 PM. Reason: Added Another Example

The following 10 users say thank you to Boliberrys for this useful post:

Dro, Eddie Mac, Frosty, Hydrogen, Insight, John, Kronos, Mrtbyhyourwme, Terrorize 420, Tustin
03-02-2017, 07:57 AM #11
Originally posted by Boliberrys View Post
You can clearly see that everything is written by me.
The only thing i took from someone else at other forum, was the gif from the thread teaching how to backdoor with sources.

But meh, haters gonna hate


not trying to hate just pointing it out you should give credits
03-02-2017, 07:33 PM #12
Boliberrys
^^ Sexy ^^
Originally posted by lachie4145 View Post
not trying to hate just pointing it out you should give credits


Credits added.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo