Skip to content

TitanNit Web Control - Exposure

ID: titannit-web-exposure

Severity: medium

Author: DhiyaneshDk

Tags: misconfig,titannit,webcontrol,exposure

id: titannit-web-exposure
info:
name: TitanNit Web Control - Exposure
author: DhiyaneshDk
severity: medium
metadata:
verified: true
max-request: 1
shodan-query: title:"TitanNit Web Control"
tags: misconfig,titannit,webcontrol,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>TitanNit Web Control"
- "System</a>"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100d0fa375de6138144b03c1896395ac7fd662020d71fef8b7073ad5b5b310eaa80022100f2610772c7da693843aea72ba4ed2c86c0941158cb91200ae387cb6f419641fc: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/misconfiguration/titannit-web-exposure.yaml"

View on Github