-
Notifications
You must be signed in to change notification settings - Fork 231
python docx
Willis Vandevanter edited this page May 5, 2023
·
2 revisions
The vulnerable docker container is in ./test/python-docx-vulnerable
:
cd ./test/python-docx-vulnerable
docker build --tag pdocx .
docker run --rm -d -p 5000:5000 --name pdocx pdocx
The following example build creates a docx that outputs /etc/passwd:
The test directory has a simple script to upload your exploit file.
ruby test/upload_file_to_endpoint.rb output/output_1683284041_all_rr.docx
The contents from /etc/passwd inside the container should be displayed in the response.