skelsec / pypykatz

Mimikatz implementation in pure Python
MIT License
2.77k stars 367 forks source link

a fromework error #97

Open r00t7oo2jm opened 2 years ago

r00t7oo2jm commented 2 years ago

└─# python3 vol.py -f ../Yusa-PC.raw -p ./plugins pypykatz 1 ⨯ Volatility 3 Framework 2.0.0 Traceback (most recent call last):B scanning finished File "/root/Desktop/CTF-Tools/volatility3/vol.py", line 10, in volatility3.cli.main() File "/root/Desktop/CTF-Tools/volatility3/volatility3/cli/init.py", line 625, in main CommandLine().run() File "/root/Desktop/CTF-Tools/volatility3/volatility3/cli/init.py", line 319, in run constructed = plugins.construct_plugin(ctx, automagics, plugin, base_config_path, progress_callback, File "/root/Desktop/CTF-Tools/volatility3/volatility3/framework/plugins/init.py", line 51, in construct_plugin constructed = plugin(context, plugin_config_path, progress_callback = progress_callback) File "/root/Desktop/CTF-Tools/volatility3/volatility3/framework/interfaces/plugins.py", line 111, in init super().init(context, config_path) File "/root/Desktop/CTF-Tools/volatility3/volatility3/framework/interfaces/configuration.py", line 620, in init super().init() File "/root/Desktop/CTF-Tools/volatility3/volatility3/framework/interfaces/configuration.py", line 736, in init framework.require_interface_version(*self._required_framework_version) File "/root/Desktop/CTF-Tools/volatility3/volatility3/framework/init.py", line 48, in require_interface_version raise RuntimeError("Framework interface version {} is incompatible with required version {}".format( RuntimeError: Framework interface version 2 is incompatible with required version 1

byehack commented 2 years ago

are you sure here is right place for this issue?