![]() |
|
Run a BATCH (.bat) file completly hidden from the user - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Run a BATCH (.bat) file completly hidden from the user (/Thread-Run-a-BATCH-bat-file-completly-hidden-from-the-user) |
Run a BATCH (.bat) file completly hidden from the user - hacxx - 02-28-2019 Download: https://www.file-up.org/n6gmpfcmx6vm Virus Scan: https://www.virustotal.com/#/file/5220caa074664726d59889978ddcf766f85bf78adc40eacb1f14c27319f194f6/detection autorun.inf Code: [autorun]
OPEN=explorer.exe vbs.vbsvbs.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 |