fox-it / OpenSSH-Session-Key-Recovery

Project containing several tools/ scripts to recover the OpenSSH session keys used to encrypt/ decrypt SSH traffic.
https://blog.fox-it.com/2020/11/11/decrypting-openssh-sessions-for-fun-and-profit/
Apache License 2.0
79 stars 17 forks source link

plugins.SSHKeys.pslist #7

Open MusabBtoush opened 6 months ago

MusabBtoush commented 6 months ago

i have the following error when i tried to run from volatility3: Unable to validate the plugin requirements: ['plugins.SSHKeys.pslist']

can you help me ??

OwlyDuck commented 5 months ago

I think my pull request solves this. Plugin requirements are outdated and the way it interacts with the framework had to be changed.

So to solve this specific issue, change (1, 0, 0) to (2, 2, 0) or the version you are using. But this will lead to other issues (that I fixed)

yunzheng commented 5 months ago

8 is merged, please check if this fixes the issue.