Browse Source

[Minor] Lua_content: Make regexp more strict

pull/3171/head
Vsevolod Stakhov 6 years ago
parent
commit
ea0584a431
  1. 2
      lualib/lua_content/pdf.lua

2
lualib/lua_content/pdf.lua

@ -46,7 +46,7 @@ local pdf_patterns = {
patterns = {
[[netsh\s]],
[[echo\s]],
[[/[A-Za-z]*#\d\d]], -- Hex encode obfuscation
[[/[A-Za-z]*#\d\d(?:[#A-Za-z<>/\s])]], -- Hex encode obfuscation
}
}
}

Loading…
Cancel
Save