30 lines
672 B
YAML
30 lines
672 B
YAML
id: nimsoft-wasp
|
|
|
|
info:
|
|
name: Nimsoft Wasp Detection
|
|
author: Nullfuzz
|
|
severity: info
|
|
description: Detect Nimsoft Wasp WebPage
|
|
metadata:
|
|
max-request: 1
|
|
tags: nimsoft,exposure,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Powered by <b>Nimsoft WASP "
|
|
- "<title>WASP</title>"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022011c7f629c849514900d46433b947f454726fe4bd9e61c3821943b4d4938b6554022010736d1d28f04b186b9ff68540c5ae8c96948456f26f256458af49917c82909f:922c64590222798bb761d5b6d8e72950
|