Added Nimsoft WASP Detect Template (#4487)
* Added Nimsoft WASP Detect Template * misc updates * Update nimsoft-wasp.yaml Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>patch-1
parent
e12748a856
commit
f4a31db997
|
@ -0,0 +1,25 @@
|
|||
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
|
Loading…
Reference in New Issue