mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
Merge pull request #752 from noraj/patch-2
XXE in docx/xlsx: important warning on recompression
This commit is contained in:
commit
98db867333
@ -639,9 +639,11 @@ Rebuild Excel file:
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ cd XXE
|
$ cd XXE
|
||||||
$ 7z u ../xxe.xlsx *
|
$ zip -u ../xxe.xlsx *
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Warning: Use `zip -u` (https://infozip.sourceforge.net/Zip.html) and not `7z u` / `7za u` (https://p7zip.sourceforge.net/) or `7zz` (https://www.7-zip.org/) because they won't recompress it the same way and many Excel parsing libraries will fail to recognize it as a valid Excel file. A valid magic byte signature with (`file XXE.xlsx`) will be shown as `Microsoft Excel 2007+` (with `zip -u`) and an invalid one will be shown as `Microsoft OOXML`.
|
||||||
|
|
||||||
Add your blind XXE payload inside `xl/workbook.xml`.
|
Add your blind XXE payload inside `xl/workbook.xml`.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
|
Loading…
Reference in New Issue
Block a user