Create apache-tapestry-detect.yaml
parent
eb325ed007
commit
e15c35ac27
|
@ -0,0 +1,21 @@
|
|||
id: apache-tapestry-detect
|
||||
|
||||
info:
|
||||
name: Apache Tapestry Framework detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: app="APACHE-Tapestry"
|
||||
tags: apache,tapestry,tech
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/openid/widen"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Apache Tapestry Framework"
|
||||
- "<title>Application Exception</title>"
|
Loading…
Reference in New Issue