Skip to content

GotWeb Detect

ID: gotweb-detect

Severity: info

Author: lu4nx

Tags: tech,got,gotweb

Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility.

id: gotweb-detect
info:
name: GotWeb Detect
author: lu4nx
severity: info
description: |
Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility.
metadata:
verified: true
max-request: 1
zoomeye-query: app="GotWeb"
tags: tech,got,gotweb
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- <link rel="stylesheet" type="text/css" href="/gotweb.css" />
- type: status
status:
- 200
# digest: 4b0a00483046022100daaf98ad8173e84fae2078d7075c1095bccc0121a97dfbd706e7cdee8da21e7e022100c4db2bc3cce5ff21545dd95e9244f64ff9c3488b8c3fb471fa3aad962e6378f5: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/gotweb-detect.yaml"

View on Github