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.


Run a BATCH (.bat) file completly hidden from the user filter_list
Author
Message
Run a BATCH (.bat) file completly hidden from the user #1
Download:
https://www.file-up.org/n6gmpfcmx6vm

Virus Scan:
https://www.virustotal.com/#/file/5220ca.../detection

autorun.inf
Code:
[autorun] OPEN=explorer.exe vbs.vbs

vbs.vbs
Code:
Set objShell = WScript.CreateObject("WScript.Shell") objShell.Run("bat.bat"), 0, True

(NOTE: bat.bat... Must be a full path c:\filepath\bat.bat or drive)

bat.bat
Code:
Rundll32.exe User32.dll,MessageBoxA This hidden batch works

Reply







Users browsing this thread: 1 Guest(s)