Merge pull request #1444 from DhiyaneshGeek/master

PHP Debug bar,SAP Directory Listing,Unauthenticated Netdata,Zippkin Unauth
patch-1
Sandeep Singh 2021-05-11 23:07:35 +05:30 committed by GitHub
commit 27ed8be9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 120 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: php-debug-bar
info:
name: PHP Debug bar
author: dhiyaneshDk
severity: high
tags: debug,logs,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/_debugbar/open?max=20&offset=0"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"id":"'
- '"datetime":'
- '"method"'
condition: and
part: body
- type: word
words:
- "application/json"
part: header

View File

@ -0,0 +1,29 @@
id: sap-directory-listing
info:
name: SAP Directory Listing
author: dhiyaneshDK
severity: medium
tags: sap,listing,misconfig
requests:
- method: GET
path:
- '{{BaseURL}}/irj/go/km/navigation/'
matchers-condition: and
matchers:
- type: word
words:
- 'title="~system"'
- 'NetWeaver'
condition: and
- type: status
status:
- 200
- type: word
words:
- "text/html"
part: header

View File

@ -0,0 +1,30 @@
id: unauthenticated-netdata
info:
name: Unauthenticated Netdata
author: dhiyaneshDk
severity: medium
reference: https://github.com/netdata/netdata
tags: netdata,unauth,misconfig
requests:
- method: GET
path:
- "{{BaseURL}}/api/v1/data?chart=system.cpu&format=json&points=125&group=average&gtime=0&options=ms%7Cflip%7Cjsonwrap%7Cnonzero&after=-120&dimensions=iowait"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "view_update_every"
- "dimensions"
condition: and
- type: word
words:
- "application/json"
part: header

View File

@ -0,0 +1,31 @@
id: unauthenticated-zippkin
info:
name: Unauthenticated Zippkin
author: dhiyaneshDk
severity: high
description: Unauthenticated access to Zippkin
tags: unauth
requests:
- method: GET
path:
- "{{BaseURL}}/config.json"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'application/json'
part: header
- type: word
words:
- environment
- defaultLookback
part: body
condition: and