Guest User

Untitled

a guest
Jan 4th, 2021
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. oot@demorafa:/home/ras/Documentos/volatility3# python3 vol.py -vvvv -s symbols/ --file /linux.mem linux.bash.Bash
  2. Volatility 3 Framework 2.0.0-beta.1
  3. INFO root : Volatility plugins path: ['/home/ras/Documentos/volatility3/volatility/plugins', '/home/ras/Documentos/volatility3/volatility/framework/plugins']
  4. INFO root : Volatility symbols path: ['/home/ras/Documentos/volatility3/symbols', '/home/ras/Documentos/volatility3/volatility/symbols', '/home/ras/Documentos/volatility3/volatility/framework/symbols']
  5. INFO volatility.framework.automagic: Detected a linux category plugin
  6. INFO volatility.framework.automagic: Running automagic: ConstructionMagic
  7. Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
  8. Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
  9. Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
  10. Level 9 volatility.framework.automagic.construct_layers: Failed on requirement: plugins.Bash.primary
  11. Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
  12. Level 9 volatility.framework.automagic.construct_layers: Failed on requirement: plugins.Bash
  13. Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
  14. Level 9 volatility.framework.automagic.construct_layers: Failed on requirement: plugins.Bash.vmlinux
  15. Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
  16. Level 9 volatility.framework.automagic.construct_layers: Failed on requirement: plugins.Bash
  17. INFO volatility.framework.automagic: Running automagic: LinuxBannerCache
  18. INFO volatility.framework.automagic.symbol_cache: Building linux caches...
  19. INFO volatility.framework.automagic: Running automagic: LayerStacker
  20. Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
  21. Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
  22. Level 8 volatility.framework.automagic.stacker: Attempting to stack using QemuStacker
  23. Level 8 volatility.framework.automagic.stacker: Attempting to stack using Elf64Stacker
  24. Level 8 volatility.framework.automagic.stacker: Attempting to stack using LimeStacker
  25. Level 8 volatility.framework.automagic.stacker: Attempting to stack using WindowsCrashDumpStacker
  26. Level 8 volatility.framework.automagic.stacker: Attempting to stack using VmwareStacker
  27. Level 8 volatility.framework.automagic.stacker: Attempting to stack using LinuxIntelStacker
  28. DEBUG volatility.framework.automagic.linux: No suitable linux banner could be matched
  29. Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
  30. Level 9 volatility.framework.configuration.requirements: TypeError - Layer is not the required Architecture: FileLayer
  31. DEBUG volatility.framework.automagic.stacker: Stacked layers: ['FileLayer']
  32. INFO volatility.framework.automagic: Running automagic: LinuxSymbolFinder
  33. Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
  34. Level 9 volatility.framework.configuration.requirements: IndexError - No configuration provided: plugins.Bash.primary
  35. Level 9 volatility.framework.configuration.requirements: Symbol table requirement not yet fulfilled: plugins.Bash.vmlinux
  36.  
  37. Unsatisfied requirement plugins.Bash.primary: Memory layer for the kernel
  38. Unsatisfied requirement plugins.Bash.vmlinux: Linux kernel symbols
  39.  
  40. A symbol table requirement was not fulfilled. Please verify that:
  41. You have the correct symbol file for the requirement
  42. The symbol file is under the correct directory or zip file
  43. The symbol file is named appropriately or contains the correct banner
  44.  
  45.  
  46. A translation layer requirement was not fulfilled. Please verify that:
  47. A file was provided to create this layer (by -f, --single-location or by config)
  48. The file exists and is readable
  49. The necessary symbols are present and identified by volatility
  50. Unable to validate the plugin requirements: ['plugins.Bash.primary', 'plugins.Bash.vmlinux']
  51.  
Advertisement
Add Comment
Please, Sign In to add comment