Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


How to execute a Batch (.bat) hidden from the user for FREE filter_list
Author
Message
How to execute a Batch (.bat) hidden from the user for FREE #1
There are plenty of programs online that advertise this feature but when testing the trial version normally a alert message saying that the batch was compiled with a trial version pop up. This isn't helpfull at all. One that i pick was Quick Batch File Compiler, this compiler is very easy to use and it is easy to get your hands on a cracked version. The cracked version doesn't show the alert message but because it has been online for free the stub which has been used for virus creation is been detected by most antivirus with more than 15 detections on VT. So no good.

The solution!

The solution that i found is a combination of WinRAR SFX, VBS Script and a Batch Script.

1) Start by creating a VBS file (vbs.vbs) with the following code
Code:
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run("bat.bat"), 0, True

2) Create a Batch file with your code and name it bat.bat

3) Creating a SFX file (.exe) with WinRAR and add the two files. Add a icon of your choice and at the end compress with UPX if you want to reduce the file size.

4) Add the following comment
Code:
;The comment below contains SFX script commands
Path=%temp%\bat
Setup=C:\Windows\System32\wscript.exe %temp%\bat\vbs.vbs
Silent=1
Overwrite=2

All done!

Double click in the exe and it will execute the batch. Keep in mind that this can easily be reversed. Also all this is for free and 100% FUD until the VBS Script start being detected.

Reply

RE: How to execute a Batch (.bat) hidden from the user for FREE #2
(11-15-2023, 08:59 AM)LuciferFall3n1 Wrote: i was looking for this for a long time

May be useful for you "Hacxx Malicious Tool Generator".
https://sinister.ly/Thread-Hacxx-Malicio...ne-Version
(This post was last modified: 11-15-2023, 02:57 PM by hacxx.)

[+] 1 user Likes hacxx's post
Reply







Users browsing this thread: 2 Guest(s)