Skip to content

Webtools Home

ID: webtools-home

Severity: info

Author: dhiyaneshDK

Tags: iot

Webtools panel was detected.

id: webtools-home
info:
name: Webtools Home
author: dhiyaneshDK
severity: info
description: Webtools panel was detected.
metadata:
max-request: 1
shodan-query: http.title:"Webtools"
tags: iot
http:
- method: GET
path:
- "{{BaseURL}}/wt2parser.cgi?home_en"
matchers-condition: and
matchers:
- type: word
words:
- '<title>WebTools | Home</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100e2413fb1fbc214b447a55096dd8abdd1983205a35024cf6691560586c91398570220366d718a9901d7906adf0d0b16052dee3d710885f693b0642bbeab6e192c7fcf: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/iot/webtools-home.yaml"

View on Github