Merge pull request #5962 from projectdiscovery/espeasy-mega-exposure
Create espeasy-mega-exposure.yamlpatch-1
commit
177d66d8b9
|
@ -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
|
Loading…
Reference in New Issue