PHP serialized object found #1021
random-robbie
started this conversation in
General
Replies: 2 comments 2 replies
-
Oh yep, the signatures are in class SerializationExtractor(BaseExtractor):
regexes = {
"Java": r"(?:[^a-zA-Z0-9+/]|^)(rO0[a-zA-Z0-9+/]+={,2})",
".NET": r"AAEAAAD//[a-zA-Z0-9+/]+={,2}",
"PHP": r"YTo[xyz0123456][a-zA-Z0-9+/]+={,2}",
"Possible Compressed": r"H4sIAAAAAAAA[a-zA-Z0-9+/]+={,2}",
} To find it, you could visit that URL in your browser, right-click --> inspect, ctrl+f for " |
Beta Was this translation helpful? Give feedback.
2 replies
-
Issue made for this one: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
Any chance it can display the serialized object or the line it's on?
Help track down the issue.
Currently the output is.
Beta Was this translation helpful? Give feedback.
All reactions