custom plugins error of Ooops!!! 500
nimaforoughi opened this issue · 2 comments
Adding custom plugins gives me error of Ooops!!! 500. I have tried many plugins including the examples like : autorun and pehash. Autorun.py and pehash.zip with all required files.
The import works with any issue.
Steps I followed:
download autoruns.py
add it to zip file (so have autoruns.zip that contains autoruns.py)
go in the admin plugin and upload it (selecting windows) and save
return on the dump images and run the new plugin
Just for info, the autoruns should have framework version 2 so I had to modify this row
https://github.com/Telindus-CSIRT/volatility3-autoruns/blob/main/autorun.py#L148
_required_framework_version = (1, 0, 0)
in
_required_framework_version = (2, 0, 0)
otherwise system will report that plugin is using a framework not supported