26 lines
491 B
YAML
26 lines
491 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
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>Sucuri WebSite Firewall - Not Configured</title>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 404
|