ctf-writeup/2023/CrewCTF 2023/Attaaaaack2
daffainfo e6c48e50f1 feat: grouped the challs 2024-01-09 16:59:32 +07:00
..
images feat: grouped the challs 2024-01-09 16:59:32 +07:00
README.md feat: grouped the challs 2024-01-09 16:59:32 +07:00

README.md

Attaaaaack2

Q2. How many processes were running ? (number)

( doesnt follow format)

About the Challenge

We got raw image and we need to determine the total number of processes that were running

How to Solve?

To solve this, we need to find the list of process using pslist plugin. Here is the command I used

vol.py -f /path/to/memdump.raw --profile=Win7SP1x86_23418 pslist

pslist

And to find the total of the proccess, we need to use wc -l command and the result must be substracted by 2 because we don't need to count the header

flag

47