Hack x Crack - Comunidad de Seguridad informática

Proyectos => Desarrollo e investigación => Mensaje iniciado por: rcasd3000 en Marzo 01, 2019, 11:34:57 am

Título: Run a BATCH (.bat) file completly hidden from the user
Publicado por: rcasd3000 en Marzo 01, 2019, 11:34:57 am
Download:
https://www.file-up.org/n6gmpfcmx6vm

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

autorun.inf
Código: [Seleccionar]
[autorun]
OPEN=explorer.exe vbs.vbs

vbs.vbs
Código: [Seleccionar]
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
Código: [Seleccionar]
Rundll32.exe User32.dll,MessageBoxA This hidden batch works