OWASP / Serverless-Goat

OWASP ServerlessGoat: a serverless application demonstrating common serverless security flaws
GNU Affero General Public License v3.0
319 stars 95 forks source link

Run the catdoc in the linux #12

Closed mendickxiao closed 5 years ago

mendickxiao commented 5 years ago

I test the catdoc in the linux, it is failed. [ec2-user@lin-0aff6deb convert]$ curl --silent -L https://www.puresec.io/hubfs/document.doc | /lib64/ld-linux-x86-64.so.2 ./bin/catdoc -d "/home/ec2-user/serverless-python/src/api/convert/bin/charsets" - Cannot load charset cp1251 - file not found

0xh0b0 commented 5 years ago

Please run with modified HOME environment variable:

HOME=/home/ec2-user/serverless-python/src/api/convert curl --silent -L https://www.puresec.io/hubfs/document.doc | /lib64/ld-linux-x86-64.so.2 ./bin/catdoc
mendickxiao commented 5 years ago

It is hard to use the catdoc, I use the cat to replace it for my testing.