Post
Topic
Board Bitcoin Discussion
Re: i just made a BIG mistake
by
germanMNY
on 17/06/2011, 15:31:56 UTC
Use the local network to dump the system-memory!

http://www.theknotter.net/system-memory-dumps-on-linux/

Quote
Our first idea could be to just direct the dump to a file using the shell but that would have the undesired effect of filling up the kernel’s internal caches, thus wiping the data we are interesting in. So if we can’t put the dump into the hard drive why don’t we store it somewhere else on our local network? A very simple way to achieve this is to listen for a connection from a different host and then run our script piping the output to netcat.