Exploiting CVE-2016-4264 With OXML_XXE
Recently ColdFusion was shown vulnerable to XXE based attacks in OXML documents;
Finding Hosts Using SSL Certificate Organization And Censys
Finding hosts or domain names associated with a company where the domain name does not include the name of the company can sometimes be difficult. There are common ways to do it such as ASN or scope information (e.g. bug bounty ToE or IP block).
One technique …
Exploiting XXE In File Upload Functionality
Just wanted to post some details from my BH USA 2015 briefing “Exploiting XXE In File Upload Functionality”.
https://www.youtube.com/watch?v=LZUlw8hHp44
I …
Cloud Metadata URL List
I landed the SSRF Cloud Metadata technique in a few different scenarios recently. If you haven’t seen the talk BHUSA 2014 - Bringing a Machete to the Amazon I …
XML Entity Cheatsheet - Updated
An XML Entity testing cheatsheet. This is an updated version with nokogiri tests removed, just (X)XE notes.
XML Declaration(s):
| |
Blackhat 2015 Arsenal
Last month at Blackhat Arsenal 2015, Pete and I presented on Serpico. This was our second time at Arsenal. Yet again, awesome people, great venue, and overall a …
Simple Ruby Exec with Open and Pipe
I was researching something else and thought this was a cool way to execute a command through the open method in ruby:
| |
The key is starting the open with pipe. For example,
| |
Or to exec and print the …