From cb46dcaa51545c0e67840a03ea079334b2e7b76d Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 18 May 2021 21:15:59 +0530 Subject: [PATCH] Added landrayoa-detect --- technologies/landrayoa-detect.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 technologies/landrayoa-detect.yaml diff --git a/technologies/landrayoa-detect.yaml b/technologies/landrayoa-detect.yaml new file mode 100644 index 0000000000..250f0654c9 --- /dev/null +++ b/technologies/landrayoa-detect.yaml @@ -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 \ No newline at end of file