souzaonofre / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 1 forks source link

QUESTION: Is data saved locally into an sqlite db while capturing? #82

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start capture
2. Visit some site
3. Do not close capture

What is the expected output? What do you see instead?
Cached/captured data will be locally saved to the computer. I wasn't able
to find a file that this data is in. Is it in RAM only while captured?

What version of the product are you using? On what operating system?
HttpFox 0.8.7; FF3.6.x

Please provide any additional information below.
I'm trying to find a local dump of the data captured while the capture is
in progress, some kind of file that I could copy out and interpret into
something else. I know there is not a clean way to save out all of the data
captured yet, but this file being available/identified would be helpful for
forensic analysis of traffic and cookie info when visiting a site

Original issue reported on code.google.com by iamfro...@gmail.com on 25 May 2010 at 4:09

GoogleCodeExporter commented 8 years ago
all data is currently only stored in memory

Original comment by pappkame...@gmail.com on 23 Aug 2010 at 7:33