29 lines
707 B
YAML
29 lines
707 B
YAML
id: sucuri-firewall
|
|
|
|
info:
|
|
name: Sucuri Website Firewall - Not Configured
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.html:"sucuri firewall"
|
|
fofa-query: "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
|
|
|
|
# digest: 4b0a004830460221008ad3dc237de89a7f4e4db5df5d5c94faf8ddce143b62dfa72fd3dd150cc73c91022100e571d139f462fae98568742abc6e9ecbe9bb991068630c4d7400973140f0a266:922c64590222798bb761d5b6d8e72950
|