Advertisement
leewei7771

Untitled

May 19th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. if (exists (site whose (name of it = "Malwarebytes")) and exists (client folder of site whose (name of it = "Malwarebytes")) and exists (folder "\mbbr\ScanResults" of client folder of site whose (name of it = "Malwarebytes")) and exists (file "ScanResults.json" of folder "\mbbr\ScanResults" of client folder of site whose (name of it = "Malwarebytes"))) then (((path "$.threatName" of it as string | "") & "|1|" & (path "$.mainTrace.cleanAction" of it as string | "") & "|2|" & (path "$.mainTrace.objectMD5" of it as string | "") & "|3|" & (path "$.mainTrace.objectType" of it as string | "") & "|4|" & (path "$.mainTrace.objectPath" of it as string | "")) of elements of path "$.threats" of json of concatenation of lines whose (line number of it != 2) of file "ScanResults.json" of folder "\mbbr\ScanResults" of client folder of site whose (name of it = "Malwarebytes")) else ("No Scan Results")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement