Delete manageengine-adselfservice-version.yaml

patch-1
Prince Chaddha 2022-09-23 16:31:04 +05:30 committed by GitHub
parent a1bc0abd03
commit 72cbba22da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
id: adselfservice-version-detect
info:
name: ADSelfService Version Detect
author: SaK1
severity: info
tags: panel,zoho,manageengine
requests:
- method: POST
path:
- "{{BaseURL}}/servlet/GetProductVersion"
matchers:
- type: word
words:
- '"PRODUCT_NAME":"ManageEngine ADSelfService'
part: body
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '"BUILD_NUMBER":"([0-9]+)"'