26 lines
495 B
YAML
26 lines
495 B
YAML
id: sucuri-firewall
|
|
|
|
info:
|
|
name: Sucuri Website Firewall - Not Configured
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
fofa-query: "sucuri firewall"
|
|
shodan-query: http.html:"sucuri firewall"
|
|
tags: tech,sucuri,firewall
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Sucuri WebSite Firewall - Not Configured</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 404
|