Open elbarolped opened 7 years ago
The PIL requirement install a vulnerable version of the Python Image library. You shouldn't install this application until it is updated by the author. https://www.cvedetails.com/cve/CVE-2014-3007/ https://pypi.python.org/pypi/Pillow/2.5.3 https://www.cvedetails.com/cve/CVE-2016-4009/
issue here https://github.com/Ekultek/Stitch/issues
I am trying to build the pip requirements on OSX 10.11; I can't seem to find info anywhere on building pyobjc 2.5.1.
I was able to get past PIL through Issue#14, but I can't seem to get past building of pyobjc 2.5.1.
When I use stitchgen with the modules that did successfully install, the binary is basically unusable and complains about missing python dependencies, to which I assume is a result of of the incomplete requirements, so I suppose someone could correct me if I am wrong?
I am not skilled enough in python to make manual modifications to the pyobjc 2.5.1 source to force it to install, as it feels 10.11 is a lesser version than 10.8.
I also tried changing the requirements to work with the latest version of pyobjc (3.2.1) but it appears as if this doesn't help.
When installing PyOBJC 3.2.1 and attempting to run the payload binary directly (outside of the virtualenv):
Note: I am building this entirely in a virtualenv just to ensure there is a clean list of dependencies installed.
Any tips?