Added landrayoa-detect
parent
083cf3fc84
commit
cb46dcaa51
|
@ -0,0 +1,27 @@
|
||||||
|
id: landrayoa-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: LandrayOA detect
|
||||||
|
author: YanYun
|
||||||
|
severity: info
|
||||||
|
tags: tech,landrayoa
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/login.jsp'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'lui_login_input_username'
|
||||||
|
- 'lui_login_input_password'
|
||||||
|
condition: and
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'isopen='
|
||||||
|
part: header
|
Loading…
Reference in New Issue