Update and rename amp-application-portal.yaml to amp-application-panel.yaml
parent
b1a882665b
commit
6daca3b665
|
@ -1,4 +1,4 @@
|
||||||
id: amp-application-portal
|
id: amp-application-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: AMP - Application Management Panel
|
name: AMP - Application Management Panel
|
||||||
|
@ -7,18 +7,21 @@ info:
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
shodan-query: title:"AMP - Application Management Panel"
|
shodan-query: title:"AMP - Application Management Panel"
|
||||||
tags: panel
|
tags: panel,amp
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "<title>AMP - Application Management Panel</title>"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: header
|
part: header
|
||||||
words:
|
words:
|
||||||
- "text/html"
|
- "text/html"
|
||||||
- type: word
|
|
||||||
words:
|
|
||||||
- "<title>AMP - Application Management Panel</title>"
|
|
Loading…
Reference in New Issue