From 957046930c6ac828ce464ff5d7bc5fbb6acbb35d Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 8 Dec 2021 10:32:05 +0530 Subject: [PATCH] Create ymhome-detect.yaml --- technologies/ymhome-detect.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 technologies/ymhome-detect.yaml diff --git a/technologies/ymhome-detect.yaml b/technologies/ymhome-detect.yaml new file mode 100644 index 0000000000..9f39b02ba6 --- /dev/null +++ b/technologies/ymhome-detect.yaml @@ -0,0 +1,30 @@ +id: ymhome-detect + +info: + name: Ymhome-detect + author: ffffffff0x + severity: info + metadata: + fofa-query: app="一米OA" + tags: Ymhome,tech + +requests: + - method: GET + path: + - "{{BaseURL}}" + + redirects: true + max-redirects: 2 + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "yimioa.apk" + - "isSavePwd" + condition: and + + - type: status + status: + - 200