Merge pull request #703 from Dheerajmadhukar/patch-1

Create jenkins-stack-trace.yaml
patch-1
PD-Team 2020-12-26 23:58:07 +05:30 committed by GitHub
commit 5bff632045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: jenkins-stack-traces
info:
name: Detect Jenkins in Debug Mode with Stack Traces Enabled
author: twitter.com/Dheerajmadhukar
severity: low
description: Module identified that the affected host is running an instance of Jenkins in debug mode, as a result stack traces are enabled.
reference: https://hackerone.com/reports/221833
requests:
- method: GET
path:
- "{{BaseURL}}/adjuncts/3a890183/"
headers:
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9,hi;q=0.8
User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Mobile Safari/537.36
matchers-condition: and
matchers:
- type: word
words:
- "java.lang.StringIndexOutOfBoundsException"
- "String index out of range"
part: body
condtion: and
- type: status
status:
- 500