Giter Site home page Giter Site logo

PSTREE error about volatility HOT 15 OPEN

c0debr avatar c0debr commented on July 19, 2024
PSTREE error

from volatility.

Comments (15)

eve-mem avatar eve-mem commented on July 19, 2024

Could you run vol with the -vvv option before the plugin name and share the log output as text and not an image. It really helps work out what's going on.

from volatility.

eve-mem avatar eve-mem commented on July 19, 2024

A quick note, vol3 doesn't need you to choose a profile. It'll find it automatically.

from volatility.

c0debr avatar c0debr commented on July 19, 2024

C:\Users\W0457579\Documents\volatility-master\volatility-master>
C:\Users\W0457579\Documents\volatility-master\volatility-master>
C:\Users\W0457579\Documents\volatility-master\volatility-master>python vol.py -f "Clone of Clone of Windows 7 x64-a88debbd.vmem" --profile=Win7SP1x64 pstree
Volatility Foundation Volatility Framework 2.6.1
Name Pid PPid Thds Hnds Time


0xfffffa8006d26890: 0 0 0 ------ 1970-01-01 00:00:00 UTC+0000

C:\Users\W0457579\Documents\volatility-master\volatility-master>python vol.py -f "Clone of Clone of Windows 7 x64-a88debbd.vmem" --profile=Win7SP0x64 pstree
Volatility Foundation Volatility Framework 2.6.1
Name Pid PPid Thds Hnds Time


0xfffffa8006d26890: 0 0 0 ------ 1970-01-01 00:00:00 UTC+0000

C:\Users\W0457579\Documents\volatility-master\volatility-master>python vol.py -f "Clone of Clone of Windows 7 x64-a88debbd.vmem" --profile=Win2008R2SP0x64 pstree
Volatility Foundation Volatility Framework 2.6.1
Name Pid PPid Thds Hnds Time


0xfffffa8006d26890: 0 0 0 ------ 1970-01-01 00:00:00 UTC+0000

C:\Users\W0457579\Documents\volatility-master\volatility-master>python vol.py -f "Clone of Clone of Windows 7 x64-a88debbd.vmem" --profile=Win2008R2SP1x64_24000 pstree
Volatility Foundation Volatility Framework 2.6.1
Name Pid PPid Thds Hnds Time


0xfffffa8006d26890: 0 0 0 ------ 1970-01-01 00:00:00 UTC+0000

C:\Users\W0457579\Documents\volatility-master\volatility-master>python vol.py -f "Clone of Clone of Windows 7 x64-a88debbd.vmem" --profile=Win2008R2SP1x64_23418 pstree
Volatility Foundation Volatility Framework 2.6.1
Name Pid PPid Thds Hnds Time


0xfffffa8006d26890: 0 0 0 ------ 1970-01-01 00:00:00 UTC+0000

C:\Users\W0457579\Documents\volatility-master\volatility-master>python vol.py -f "Clone of Clone of Windows 7 x64-a88debbd.vmem" --profile=Win2008R2SP1x64 pstree
Volatility Foundation Volatility Framework 2.6.1
Name Pid PPid Thds Hnds Time


0xfffffa8006d26890: 0 0 0 ------ 1970-01-01 00:00:00 UTC+0000

C:\Users\W0457579\Documents\volatility-master\volatility-master>python vol.py -f "Clone of Clone of Windows 7 x64-a88debbd.vmem" --profile=Win7SP1x64_24000 pstree
Volatility Foundation Volatility Framework 2.6.1
Name Pid PPid Thds Hnds Time


0xfffffa8006d26890: 0 0 0 ------ 1970-01-01 00:00:00 UTC+0000

C:\Users\W0457579\Documents\volatility-master\volatility-master>python vol.py -f "Clone of Clone of Windows 7 x64-a88debbd.vmem" --profile=Win7SP1x64_23418 pstree
Volatility Foundation Volatility Framework 2.6.1
Name Pid PPid Thds Hnds Time


0xfffffa8006d26890: 0 0 0 ------ 1970-01-01 00:00:00 UTC+0000

C:\Users\W0457579\Documents\volatility-master\volatility-master>python vol.py -f "Clone of Clone of Windows 7 x64-a88debbd.vmem" --profile=Win7SP1x64 pslist
Volatility Foundation Volatility Framework 2.6.1
Offset(V) Name PID PPID Thds Hnds Sess Wow64 Start Exit


0xfffffa8006d26890 0 0 0 -------- ------ 0

C:\Users\W0457579\Documents\volatility-master\volatility-master>

does this work better?

from volatility.

c0debr avatar c0debr commented on July 19, 2024

and i understand but i simply wish to work out whats wrong with 2.6

from volatility.

eve-mem avatar eve-mem commented on July 19, 2024

Please use the -vvv option so that more logs are made and upload that.

Vol3 has a 2.6.1 version, or do you mean you're trying to run the old python2 framework? If so you'll have more luck raising an issue there.

Edit: yes sorry. I see you are using the old framework. You'll be better off raising an issue there.

from volatility.

c0debr avatar c0debr commented on July 19, 2024

how do i use the -vvv option?

from volatility.

eve-mem avatar eve-mem commented on July 19, 2024

To use -vvv with the newer framework you would do this.

Vol.py -f image.vmem -vvv windows.pstree 

I'm not sure about extra logging with the older framework, you're better off raising an issue there if yiu want help understanding that.

I'd really encourage you to use the newer framework.

from volatility.

c0debr avatar c0debr commented on July 19, 2024

C:\Users\W0457579\Documents\volatility-master\volatility-master>python vol.py -f "Clone of Clone of Windows 7 x64-a88debbd.vmem" --profile=Win7SP1x64 -vvv pslist
Volatility Foundation Volatility Framework 2.6.1
Offset(V) Name PID PPID Thds Hnds Sess Wow64 Start Exit


0xfffffa8006d26890 0 0 0 -------- ------ 0

C:\Users\W0457579\Documents\volatility-master\volatility-master>

alright here's what i was able to find

from volatility.

c0debr avatar c0debr commented on July 19, 2024

also where do you reccomend i ask this issue?

from volatility.

eve-mem avatar eve-mem commented on July 19, 2024

Yes, that is the older Framework. I can't personally help you with that. You'll have more luck using the newer framework or raising an issue on the older frameworks page.

This isn't an issue with vol3.

from volatility.

c0debr avatar c0debr commented on July 19, 2024

where's the older frameworks page?

from volatility.

eve-mem avatar eve-mem commented on July 19, 2024

https://github.com/volatilityfoundation/volatility

from volatility.

c0debr avatar c0debr commented on July 19, 2024

how do i comment on the page since im not seeing the option to do so?

from volatility.

eve-mem avatar eve-mem commented on July 19, 2024

In exactly the same way you created this issue, just on that project instead https://github.com/volatilityfoundation/volatility/issues

GitHub guide:

https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue

I'd really recommend using the newer framework.

from volatility.

ikelos avatar ikelos commented on July 19, 2024

Please keep in mind that volatility 2 is no longer supported and was last updated 4 years ago. You'd be better advised trying to get volatility 3's pslist to work on the memory image you have.

from volatility.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.