Skip to content

OneBlog Detect

ID: oneblog-detect

Severity: info

Author: pikpikcu,daffainfo

Tags: tech,oneblog

id: oneblog-detect
info:
name: OneBlog Detect
author: pikpikcu,daffainfo
severity: info
metadata:
max-request: 1
tags: tech,oneblog
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>OneBlog开源博客后台管理系统</title>'
- '<meta name="keywords" content="OneBlog'
condition: or
- type: status
status:
- 200
# digest: 4a0a004730450220570c61887e0fb68423ebdb94f32d5ce3c2377118dfe29c9a29e225ea12373fb40221008e10de8cba37f276d0e9045ee202b7698e148f894ded31dd05e4cd7837dcb8da: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/oneblog-detect.yaml"

View on Github