Volatile data - pyt...
 
Notifications
Clear all

Volatile data - python chat scripts?

3 Posts
3 Users
0 Likes
319 Views
(@research1)
Posts: 165
Estimable Member
Topic starter
 

I'm looking for some python scripts to recover plain text from ram dumps.

Ideally it should work with volatility, and I need the plain text to be from a couple of words to 3-5 lines of text.

does anyone know of such a script?

Thanks,

 
Posted : 09/03/2012 2:24 pm
(@alexc)
Posts: 301
Reputable Member
 

Not to be one to ever turn down the opportunity to chat about Python, but can you not just run strings across it?

If you're on Windows there's a version in the Sysinternals suite

http//technet.microsoft.com/en-us/sysinternals/bb545027

You could then pipe it to grep if you need to match patterns.

 
Posted : 09/03/2012 2:51 pm
(@infern0)
Posts: 54
Trusted Member
 

strings

 
Posted : 12/03/2012 5:46 pm
Share: