oxml_xxe
oxml_xxe copied to clipboard
A tool for embedding XXE/XML exploits into different filetypes
It would be great if there was an official dockerfile and automated build on dockerhub. I can see some previous work on https://github.com/nahidupa/oxml_xxe/blob/master/Dockerfile by @nahidupa , but it appears that...
Gemfile use ruby 2.3.5 but this version is old an it is not possible to build it easily anymore n modern distro. I tried building 2.3.5 and 2.3.8 with rbenv...
Here is old Gemfile ``` source 'https://rubygems.org' ruby "2.3.5" gem 'sinatra', '1.4.8' gem 'haml' gem 'rubyzip' gem 'json','1.8.6' gem 'nokogiri' gem 'data_mapper', '1.2.0' gem 'dm-sqlite-adapter', '1.2.0' ``` now its working...
Followed the instructions exactly and received this error trying to `bundle install` `Your Ruby version is 2.3.5, but your Gemfile specified 2.6.2` soooooo do i use 2.3.5 per the docs...
Hello, any way you could get this updated so it works on newer systems? I'm trying all sorts of stuff to get this working without any luck.
Hi I have done the setup in a remote server and i can't access the 127.0.0.1:4567 i am trying to open the private and public IP with 4567 port but...
Hi, do you know any open source XML parser with known vulnabilities, which can be hacked by documents created by oxml_xxe? I was ordered to test the tools that we’re...
Updated Dockerfile to fix Issue #49 The second copy appeared to be overwriting a number of files.