Skip to content

Veriz0wn OSINT - Detect

ID: veriz0wn-osint

Severity: info

Author: pussycat0x

Tags: veriz0wn,panel

id: veriz0wn-osint
info:
name: Veriz0wn OSINT - Detect
author: pussycat0x
severity: info
metadata:
verified: true
max-request: 1
shodan-query: title:"Veriz0wn"
tags: veriz0wn,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Veriz0wn : OSINT"
- type: status
status:
- 200
# digest: 4a0a00473045022072885cba2b24aa4793eea4b01382ff032d19da2f32ff1c2847cc51c940d8cfcd022100da44021ad53a2cc5d3b3a8968aa49e8cc714ff0dd62f6973453424456426d46b: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/exposed-panels/veriz0wn-osint.yaml"

View on Github