From a502be83e4236441ce4ef3f7ff88250abf2a2832 Mon Sep 17 00:00:00 2001 From: Cristian 'void' Giustini Date: Sun, 5 Feb 2023 20:19:08 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5bc6983..1014bd5 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,8 @@ This is a proof of concept of the ImageMagick bug discovered by https://www.meta ### Convert hex to str `python3 -c 'print(bytes.fromhex("23202f6574632f686f7374730a3132372e302e302e31096c6f63616c686f73740a0a232054686520666f6c6c6f77696e67206c696e65732061726520646573697261626c6520666f7220495076362063617061626c6520686f7374730a3a3a3109096c6f63616c686f7374206970362d6c6f63616c686f7374206970362d6c6f6f706261636b0a666630323a3a3109096970362d616c6c6e6f6465730a666630323a3a3209096970362d616c6c726f75746572730a6475636e740a"))` +### Screens +![generating payload](/screens/01_generating.png) +![resizing image](/screens/02_resized_image.png) +![hex](/screens/03_hex.png) +![result](/screens/04_result.png)