Merge pull request #2205 from pikpikcu/patch-213

Add sage-detect
patch-1
Prince Chaddha 2021-07-27 10:33:58 +05:30 committed by GitHub
commit bec56dcad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: sage-detect
info:
name: Sage X3 Detect
author: pikpikcu
severity: info
tags: tech,sage
requests:
- method: GET
path:
- "{{BaseURL}}/auth/login/page"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Sage X3</title>"
- type: status
status:
- 200