T-Pot Honeypot - Detect
ID: tpot-honeypot-detect
Severity: info
Author: rxerium
Tags: tpot,honeypot
Description
Section titled “Description”A tpot dashboard has been detected
YAML Source
Section titled “YAML Source”id: tpot-honeypot-detect
info: name: T-Pot Honeypot - Detect author: rxerium severity: info description: | A tpot dashboard has been detected reference: - https://github.com/telekom-security/tpotce metadata: max-request: 1 tags: tpot,honeypothttp: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - "<title>T-Pot</title>" - "T-Pot @ Github" - "T-Pot ReadMe" condition: and
- type: status status: - 200# digest: 4a0a00473045022100cdb4629677e141251c2918a17c80dd7b3ea601948fea779ec6fbe1e2f4020c4902201a11fbed77d3dd635a112cbf8a87ea1ca477410e3a465d237496d02150ba83fa:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/honeypot/tpot-honeypot-detect.yaml"