2015-10-19 02:57 PM
This question is a follow-on to . One thing that I'm seeing now is that sometimes there are multiple files associated with the same session ID.
Now, when there are files of different extensions, I imagine I could grab them individually with different content calls...such as if there were an exe and a pdf in the same session, I imagine I could grab them individually with:
then calling
However, if there are multiple files with the same extension in the same sessionID, is there a way to extract them separately? Or when I make the call, do they all just get appended together in the same binary blob and I have to manually break them apart again on my end?
Any help or tips would be greatly appreciated!
Kyle