Jump to content

marcelvandersteen

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by marcelvandersteen

  1. Hi all,

    I've got an Excel sheet with an Macro in it, this macro starts a powershell script that runs a couple of commands to generate a file to import in excel.

      strCommand = "Powershell -File ""J:\XXXXX\live.ps1"""
        Set WshShell = CreateObject("WScript.Shell")
        Set WshShellExec = WshShell.Exec(strCommand)
        strOutput = WshShellExec.StdOut.ReadAll

    in the "old"  Malware Bytes i just removed the box for Excel VBA97 to allow this one. Now the only thing seems to almost entire disable a kind of scanning...

    the exact error in the log is:

    Exploit: 1
    Exploit.PayloadProcessBlock, C:\Users\Marcel\XXXXXXX\Documenten\Powershell -File J:\web\XXXXX\live.ps1, Geblokkeerd, 701, 392684, 0.0.0, , 

    For Privacy reasons i've marked some parts 

    Does anyone know an easy fix?

    I've already marked the XLSM and PS1 file as safe

    Best regard,

    Marcel van der Steen

Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.