mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Create espeasy-mega-exposure.yaml
This commit is contained in:
29
misconfiguration/espeasy-mega-exposure.yaml
Normal file
29
misconfiguration/espeasy-mega-exposure.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
id: espeasy-mega-exposure
|
||||
|
||||
info:
|
||||
name: ESPEasy Mega Panel Exposure
|
||||
author: ritikchaddha
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"ESP Easy Mega"
|
||||
tags: misconfig,espeasy,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "ESP Easy Mega:"
|
||||
- "Config"
|
||||
- "Tools"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
Reference in New Issue
Block a user