Volatile data - pyt...
 
Notifications
Clear all

Volatile data - python chat scripts?

3 Posts
3 Users
0 Reactions
510 Views
(@research1)
Estimable Member
Joined: 17 years ago
Posts: 165
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,


   
Quote
(@alexc)
Reputable Member
Joined: 16 years ago
Posts: 301
 

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.


   
ReplyQuote
(@infern0)
Trusted Member
Joined: 17 years ago
Posts: 54
 

strings


   
ReplyQuote
Share: