Forum Discussion
wubzydadbod
Bronze II
8 months agoMalicious Document Analysis: Dropper Analysis
I have completed up to question 6 on here and I can not get the python script to work. I have gone through and "fixed" the required portions but keep getting "modulenotfound: no module named 'oletool...
- 8 months ago
TillyCorless
Community Manager
8 months agoHi wubzydadbod I've asked internally for some support with your question and will come back to you. In the meantime, you may find that someone else in the community is able to help with your challenge. Thanks!
wubzydadbod
Bronze II
8 months agoi got it a different way but I would be interested in knowing what I was doing wrong in python
- netcat8 months ago
Silver III
You didn't do anything wrong, but the provided script doesn't work because it depends on a python package that is not available.
Do a "pip freeze" and you'll see that there are many packages installed, but oletools is not listed there. You'll have similar issues with other old labs, because the operation system image was re-created (with a newer Linux or Windows version), but not all tools were re-installed.