1

I am running the program Volatility on a Kali Linux machine. However, whenever I try the command

vol -f <memdump name> <plugin name>

I get the error

ERROR: volatility.plugins.fileparam: The requested file doesn't exist

I tried downloading the source code and running Volatility as a python script, and I've tried changing and for the command above, but the error persists.

Any idea how to fix it?

danielmhanover
  • 3,094
  • 4
  • 35
  • 51

3 Answers3

5

Replacing the memdump name with the absolute path of the memdump name seems to do the trick. This is clearly a bug with the program.

Bug Report!

danielmhanover
  • 3,094
  • 4
  • 35
  • 51
0

This is Bug. O.K. No solution at all, that's also O.K. Replacing file name with full path, doesn't appear to work.

0

In my case, the error occurred when having the file in another drive, and even when using the absolute path, it did not work, but when I moved the file to the /home/user folder, the program worked correctly.

nesX
  • 43
  • 9