Regex
Regex to find unserialize function followed by anything being passed a variable.
unserialize\(.*(\$)*
Last updated
Was this helpful?
Regex to find unserialize function followed by anything being passed a variable.
unserialize\(.*(\$)*
Last updated
Was this helpful?