~/Privilege Escalation/Windows/Binaries# cat vbc.exe.md █
Binary file used for compile vbs code
Paths:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe
C:\Windows\Microsoft.NET\Framework64\v3.5\vbc.exe
Detection:
Compile
Binary file used by .NET to compile vb code to .exe
vbc.exe /target:exe c:\temp\vbs\run.vb
Description of the second command
vbc -reference:Microsoft.VisualBasic.dll c:\temp\vbs\run.vb