Atucom
A blog about coding, Infosec, penetration testing, and random topics
Wednesday, October 3, 2012
Regex for PHP serialized data
This is the regex string to use when searching through a document for serialized data.
/^(i|s|a|o|d)(.*);/si
I got it from here: http://regex-test.com/library/entry/check_if_serialized/16
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment