dissectmalware

Error - Olevba

Oct 5th, 2020
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.23 KB | None | 0 0
  1. C:\Users\user\Downloads>pip install -U https://github.com/decalage2/oletools/archive/master.zip
  2. Collecting https://github.com/decalage2/oletools/archive/master.zip
  3. Downloading https://github.com/decalage2/oletools/archive/master.zip
  4. \ 3.0 MB 85 kB/s
  5. Requirement already satisfied, skipping upgrade: pyparsing<3,>=2.1.0 in c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages (from oletools==0.56) (2.3.0)
  6. Requirement already satisfied, skipping upgrade: olefile>=0.46 in c:\users\user\appdata\roaming\python\python36\site-packages (from oletools==0.56) (0.46)
  7. Requirement already satisfied, skipping upgrade: easygui in c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages (from oletools==0.56) (0.98.1)
  8. Requirement already satisfied, skipping upgrade: colorclass in c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages (from oletools==0.56) (2.2.0)
  9. Requirement already satisfied, skipping upgrade: msoffcrypto-tool in c:\users\user\appdata\roaming\python\python36\site-packages (from oletools==0.56) (4.10.2)
  10. Requirement already satisfied, skipping upgrade: pcodedmp>=1.2.5 in c:\users\user\appdata\roaming\python\python36\site-packages (from oletools==0.56) (1.2.5)
  11. Requirement already satisfied, skipping upgrade: cryptography>=2.3 in c:\users\user\appdata\roaming\python\python36\site-packages (from msoffcrypto-tool->oletools==0.56) (2.9.2)
  12. Requirement already satisfied, skipping upgrade: win-unicode-console in c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages (from pcodedmp>=1.2.5->oletools==0.56) (0.5)
  13. Requirement already satisfied, skipping upgrade: cffi!=1.11.3,>=1.8 in c:\users\user\appdata\roaming\python\python36\site-packages (from cryptography>=2.3->msoffcrypto-tool->oletools==0.56) (1.14.0)
  14. Requirement already satisfied, skipping upgrade: six>=1.4.1 in c:\users\user\appdata\roaming\python\python36\site-packages (from cryptography>=2.3->msoffcrypto-tool->oletools==0.56) (1.15.0)
  15. Requirement already satisfied, skipping upgrade: pycparser in c:\users\user\appdata\roaming\python\python36\site-packages (from cffi!=1.11.3,>=1.8->cryptography>=2.3->msoffcrypto-tool->oletools==0.56) (2.20)
  16. Building wheels for collected packages: oletools
  17. Building wheel for oletools (setup.py) ... done
  18. Created wheel for oletools: filename=oletools-0.56-py3-none-any.whl size=882761 sha256=650273f2ff279d6a90b8118d4a94fb69fa603ff2acc6220bc8bc7b4187cc380b
  19. Stored in directory: C:\Users\user\AppData\Local\Temp\pip-ephem-wheel-cache-y2b0zrmv\wheels\04\00\cd\62f8e515222af07d136f2c164553206e6d5b32b7477d747584
  20. Successfully built oletools
  21. Installing collected packages: oletools
  22. Attempting uninstall: oletools
  23. Found existing installation: oletools 0.56.dev5
  24. Uninstalling oletools-0.56.dev5:
  25. Successfully uninstalled oletools-0.56.dev5
  26. Successfully installed oletools-0.56
  27. Traceback (most recent call last):
  28. File "c:\users\user\appdata\local\programs\python\python36-32\lib\runpy.py", line 193, in _run_module_as_main
  29. "__main__", mod_spec)
  30. File "c:\users\user\appdata\local\programs\python\python36-32\lib\runpy.py", line 85, in _run_code
  31. exec(code, run_globals)
  32. File "C:\Users\user\AppData\Local\Programs\Python\Python36-32\Scripts\pip.exe\__main__.py", line 7, in <module>
  33. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_internal\cli\main.py", line 75, in main
  34. return command.main(cmd_args)
  35. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_internal\cli\base_command.py", line 121, in main
  36. return self._main(args)
  37. File "c:\users\user\appdata\local\programs\python\python36-32\lib\contextlib.py", line 88, in __exit__
  38. next(self.gen)
  39. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_internal\cli\command_context.py", line 28, in main_context
  40. yield
  41. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\contextlib2.py", line 479, in __exit__
  42. _reraise_with_existing_context(exc_details)
  43. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\contextlib2.py", line 340, in _reraise_with_existing_context
  44. raise exc_details[1]
  45. File "c:\users\user\appdata\local\programs\python\python36-32\lib\contextlib.py", line 99, in __exit__
  46. self.gen.throw(type, value, traceback)
  47. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_internal\utils\temp_dir.py", line 85, in tempdir_registry
  48. yield _tempdir_registry
  49. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\contextlib2.py", line 468, in __exit__
  50. if cb(*exc_details):
  51. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\contextlib2.py", line 396, in _exit_wrapper
  52. return cm_exit(cm, *exc_details)
  53. File "c:\users\user\appdata\local\programs\python\python36-32\lib\contextlib.py", line 88, in __exit__
  54. next(self.gen)
  55. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_internal\utils\temp_dir.py", line 46, in global_tempdir_manager
  56. _tempdir_manager = old_tempdir_manager
  57. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\contextlib2.py", line 479, in __exit__
  58. _reraise_with_existing_context(exc_details)
  59. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\contextlib2.py", line 340, in _reraise_with_existing_context
  60. raise exc_details[1]
  61. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\contextlib2.py", line 468, in __exit__
  62. if cb(*exc_details):
  63. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\contextlib2.py", line 396, in _exit_wrapper
  64. return cm_exit(cm, *exc_details)
  65. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_internal\utils\temp_dir.py", line 175, in __exit__
  66. self.cleanup()
  67. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_internal\utils\temp_dir.py", line 199, in cleanup
  68. rmtree(ensure_text(self._path))
  69. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\retrying.py", line 49, in wrapped_f
  70. return Retrying(*dargs, **dkw).call(f, *args, **kw)
  71. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\retrying.py", line 212, in call
  72. raise attempt.get()
  73. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\retrying.py", line 247, in get
  74. six.reraise(self.value[0], self.value[1], self.value[2])
  75. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\six.py", line 703, in reraise
  76. raise value
  77. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_vendor\retrying.py", line 200, in call
  78. attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
  79. File "c:\users\user\appdata\local\programs\python\python36-32\lib\site-packages\pip\_internal\utils\misc.py", line 139, in rmtree
  80. onerror=rmtree_errorhandler)
  81. File "c:\users\user\appdata\local\programs\python\python36-32\lib\shutil.py", line 494, in rmtree
  82. return _rmtree_unsafe(path, onerror)
  83. File "c:\users\user\appdata\local\programs\python\python36-32\lib\shutil.py", line 384, in _rmtree_unsafe
  84. _rmtree_unsafe(fullname, onerror)
  85. File "c:\users\user\appdata\local\programs\python\python36-32\lib\shutil.py", line 384, in _rmtree_unsafe
  86. _rmtree_unsafe(fullname, onerror)
  87. File "c:\users\user\appdata\local\programs\python\python36-32\lib\shutil.py", line 384, in _rmtree_unsafe
  88. _rmtree_unsafe(fullname, onerror)
  89. File "c:\users\user\appdata\local\programs\python\python36-32\lib\shutil.py", line 389, in _rmtree_unsafe
  90. onerror(os.unlink, fullname, sys.exc_info())
  91. File "c:\users\user\appdata\local\programs\python\python36-32\lib\shutil.py", line 387, in _rmtree_unsafe
  92. os.unlink(fullname)
  93. PermissionError: [WinError 5] Access is denied: 'C:\\Users\\user\\AppData\\Local\\Temp\\pip-req-build-jh24844n\\tests\\test-data\\encrypted\\dde-test-encrypt-standardpassword.xls'
Add Comment
Please, Sign In to add comment