Skip to content

Instantly share code, notes, and snippets.

@PenTestWS
Last active May 4, 2021 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save PenTestWS/c5d378e789e06e81a142495ea3823a52 to your computer and use it in GitHub Desktop.
Save PenTestWS/c5d378e789e06e81a142495ea3823a52 to your computer and use it in GitHub Desktop.
Reporting Templates - Data Fields
{
"engagement": {
"id": "",
"name": "",
"summary": "",
"notes": ""
},
"client": {
"id": "",
"name": "",
"contact": "",
"address1": "",
"address2": "",
"city": "",
"state": "",
"zip": "",
"country": "",
"phone": "",
"email": "",
"website": "",
"ownerId": "",
"shortName": "",
"createdAt": ""
},
"findings": [
{
"id": "",
"eid": "",
"title": "",
"environment": "",
"category": "",
"dread": [
"",
"",
"",
"",
""
],
"background": "",
"targets": "",
"references": "",
"evidence": "",
"ownerId": "",
"findingId": "",
"sortOrder": 0,
"riskLevel": "",
"cvss2Num": "",
"cvss2Str": "",
"cvss3Num": "2",
"cvss3Str": "",
"descBrief": "",
"descFull": "",
"impactBrief": "",
"impactFull": "",
"recoBrief": "",
"recoFull": "",
"recoEffort": "",
"validationSteps": "",
"remediationStatus": "",
"remediationLog": "",
"createdAt": ""
}
],
"hosts": [
{
"id": "",
"eid": "",
"type": "",
"os": "",
"label": "",
"reviewed": false,
"flagged": false,
"thumbsUp": false,
"thumbsDown": false,
"outOfScope": false,
"shell": false,
"owned": false,
"notes": "",
"hostnames": "",
"target": "",
"color": "",
"ports": [
{
"port": 0,
"proto": "",
"service": "",
"version": "",
"status": "",
"state": "",
"notes": "",
"checklist": "",
"notepages": [
{
"title": "",
"content": "",
"createdAt": ""
}
],
"createdAt": ""
}
],
"notepages": [
{
"title": "",
"content": "",
"createdAt": ""
}
],
"osType": "",
"ownerId": "",
"shelledAt": "",
"ownedAt": "",
"writeUp": ""
}
],
"user": {
"name": ""
},
"dateLong": "",
"dateMMDDYYYY": "",
"dateDDMMYYYY": "",
"riskLevels": {
"": {
"count": 0,
"countInWords": "",
"countAsString": "",
"countAsDesc": ""
},
"total": {
"count": 0,
"countInWords": ""
},
"fullDesc": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment