mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
22 lines
478 B
YAML
22 lines
478 B
YAML
id: jenkins-dashboard-unauth
|
|
|
|
info:
|
|
name: Jenkins Dashboard 未授权访问
|
|
author: zan8in
|
|
severity: high
|
|
verified: true
|
|
description: |-
|
|
Jenkins Dashboard 未授权访问
|
|
fofa: app="Jenkins"
|
|
tags: jenkins,unauth
|
|
created: 2024/01/07
|
|
|
|
rules:
|
|
r0:
|
|
request:
|
|
method: GET
|
|
path: /
|
|
follow_redirects: true
|
|
expression: response.status == 200 && response.body.bcontains(b'Dashboard') && response.body.bcontains(b'Jenkins')
|
|
expression: r0()
|