added req
parent
d55ca31ed4
commit
656b896a31
|
@ -11,18 +11,23 @@ info:
|
|||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Advanced System Management"
|
||||
max-request: 2
|
||||
verified: true
|
||||
shodan-query: title:"Advanced System Management"
|
||||
fofa-query: title="Advanced System Management"
|
||||
tags: panel,ibm,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/cgi-bin/cgi?form=1'
|
||||
- '{{BaseURL}}/cgi-bin/cgi'
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Advanced System Management'
|
||||
|
||||
|
|
Loading…
Reference in New Issue