Skip to content

Sucuri Website Firewall - Not Configured

ID: sucuri-firewall

Severity: info

Author: pussycat0x

Tags: tech,sucuri,firewall

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: 4b0a004830460221009b67ca335cf3bbea280616a649e849c055c08d13b49632a7f6acec6715fe83fc022100c6a664c7ff0ed1a2b93ee604dea78501b8f56e691bd0dd9163ede7ce5ffbb0e8:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/sucuri-firewall.yaml"

View on Github