updated matcher-metadata
parent
85f74462e1
commit
b4cd91a164
|
@ -10,21 +10,25 @@ info:
|
||||||
cvss-score: 0.0
|
cvss-score: 0.0
|
||||||
cwe-id: CWE-200
|
cwe-id: CWE-200
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
verified: true
|
||||||
shodan-query: http.title:"FORTINET LOGIN"
|
shodan-query: http.title:"FORTINET LOGIN"
|
||||||
tags: panel,fortinet
|
tags: panel,fortinet,login,detect
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
- "{{BaseURL}}/login"
|
- "{{BaseURL}}/login"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
|
host-redirects: true
|
||||||
|
max-redirects: 2
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '<title tiles:fragment="title">FORTINET LOGIN</title>'
|
- 'FORTINET LOGIN</title>'
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue