mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* Added Nimsoft WASP Detect Template * misc updates * Update nimsoft-wasp.yaml Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
26 lines
452 B
YAML
26 lines
452 B
YAML
id: nimsoft-wasp
|
|
|
|
info:
|
|
name: Nimsoft Wasp Detection
|
|
author: Nullfuzz
|
|
severity: info
|
|
description: Detect Nimsoft Wasp WebPage
|
|
tags: nimsoft,exposure,tech
|
|
|
|
requests:
|
|
- 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
|