Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- oot@demorafa:/home/ras/Documentos/volatility3# python3 vol.py -vvvv -s symbols/ --file /linux.mem linux.bash.Bash
- Volatility 3 Framework 2.0.0-beta.1
- INFO root : Volatility plugins path: ['/home/ras/Documentos/volatility3/volatility/plugins', '/home/ras/Documentos/volatility3/volatility/framework/plugins']
- INFO root : Volatility symbols path: ['/home/ras/Documentos/volatility3/symbols', '/home/ras/Documentos/volatility3/volatility/symbols', '/home/ras/Documentos/volatility3/volatility/framework/symbols']
- INFO volatility.framework.automagic: Detected a linux category plugin
- INFO volatility.framework.automagic: Running automagic: ConstructionMagic
- Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
- Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
- Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
- Level 9 volatility.framework.automagic.construct_layers: Failed on requirement: plugins.Bash.primary
- Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
- Level 9 volatility.framework.automagic.construct_layers: Failed on requirement: plugins.Bash
- Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
- Level 9 volatility.framework.automagic.construct_layers: Failed on requirement: plugins.Bash.vmlinux
- Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
- Level 9 volatility.framework.automagic.construct_layers: Failed on requirement: plugins.Bash
- INFO volatility.framework.automagic: Running automagic: LinuxBannerCache
- INFO volatility.framework.automagic.symbol_cache: Building linux caches...
- INFO volatility.framework.automagic: Running automagic: LayerStacker
- Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
- Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
- Level 8 volatility.framework.automagic.stacker: Attempting to stack using QemuStacker
- Level 8 volatility.framework.automagic.stacker: Attempting to stack using Elf64Stacker
- Level 8 volatility.framework.automagic.stacker: Attempting to stack using LimeStacker
- Level 8 volatility.framework.automagic.stacker: Attempting to stack using WindowsCrashDumpStacker
- Level 8 volatility.framework.automagic.stacker: Attempting to stack using VmwareStacker
- Level 8 volatility.framework.automagic.stacker: Attempting to stack using LinuxIntelStacker
- DEBUG volatility.framework.automagic.linux: No suitable linux banner could be matched
- Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
- Level 9 volatility.framework.configuration.requirements: TypeError - Layer is not the required Architecture: FileLayer
- DEBUG volatility.framework.automagic.stacker: Stacked layers: ['FileLayer']
- INFO volatility.framework.automagic: Running automagic: LinuxSymbolFinder
- Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
- Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
- Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
- Unsatisfied requirement plugins.Bash.primary: Memory layer for the kernel
- Unsatisfied requirement plugins.Bash.vmlinux: Linux kernel symbols
- A symbol table requirement was not fulfilled. Please verify that:
- You have the correct symbol file for the requirement
- The symbol file is under the correct directory or zip file
- The symbol file is named appropriately or contains the correct banner
- A translation layer requirement was not fulfilled. Please verify that:
- A file was provided to create this layer (by -f, --single-location or by config)
- The file exists and is readable
- The necessary symbols are present and identified by volatility
- Unable to validate the plugin requirements: ['plugins.Bash.primary', 'plugins.Bash.vmlinux']
Advertisement
Add Comment
Please, Sign In to add comment