Forum Discussion
wubzydadbod
Bronze II
i got it a different way but I would be interested in knowing what I was doing wrong in python
netcat
7 days agoBronze II
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.