Re: [OT] External XML Entities with relative pathnames

2016-06-28 Thread Konstantin Kolinko
2016-06-28 18:53 GMT+03:00 Christopher Schultz : > I'm trying to build an XML file that includes several smaller XML > files using XXE, like this: > > bar.xml: > > > > ]> > > &foo; > > > The files "foo.xml" and "bar.xml" are in the same directory. > > This works great when the CWD of the pr

[OT] External XML Entities with relative pathnames

2016-06-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm trying to build an XML file that includes several smaller XML files using XXE, like this: bar.xml: ]> &foo; The files "foo.xml" and "bar.xml" are in the same directory. This works great when the CWD of the process is the same as f