Skip to content

Instantly share code, notes, and snippets.

@cneill

cneill/temp Secret

Created June 10, 2016 23:58
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 cneill/147c05bdb4fd239ca552f1a4745a1e84 to your computer and use it in GitHub Desktop.
Save cneill/147c05bdb4fd239ca552f1a4745a1e84 to your computer and use it in GitHub Desktop.
TEST (SQL):
description:
ENDPOINT (/user):
ISSUES:
list: [{ confidence: high, payloads: [], signals: [] }]
--------
ENDPOINT (/user):
Test (SQL):
BY ENDPOINT
"failures": {
"192.168.99.100:32776/tokens": {
"BUFFER_OVERFLOW_BODY": {
"description": "You got a BOF",
"severity": "Medium",
"POST - data:application/json|auth/passwordCredentials/password": {
"confidence": "High",
"payload": "\u0000\u0000..."
},
},
"192.168.99.100:32776/tokens": {
"BUFFER_OVERFLOW": {
"payloads": [
{
"string": "____",
"param": "____", (BODY -> VARIABLE)
"confidence": "__"
}, ...
]
"description": "You got a BOF",
"severity": "Medium",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment