mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-27 05:31:53 +08:00
feat: add curated internal network pocs
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user