Tyk API Gateway - Detection
ID: tyk-gateway-detect
Severity: info
Author: davidfegyver
Tags: tyk,gateway,tech,detect
Description
Section titled “Description”Detects if the application uses Tyk API Gateway
YAML Source
Section titled “YAML Source”id: tyk-gateway-detect
info: name: Tyk API Gateway - Detection author: davidfegyver severity: info description: | Detects if the application uses Tyk API Gateway reference: - https://github.com/TykTechnologies/tyk metadata: verified: true max-request: 1 tags: tyk,gateway,tech,detect
http: - method: GET path: - "{{BaseURL}}/hello"
matchers-condition: and matchers: - type: word part: body words: - "Tyk GW" - "description" condition: and
- type: word part: content_type words: - application/json
extractors: - type: regex name: version part: body regex: - "\"version\":\"([^\"]*)\""# digest: 490a004630440220052953f4302f9c2fc857ee007ac6e1dafae250c6c553dcfa826eb5c5e31567e102200d441ce6e47decde309ce5f067e923cbdd1604372a15d0edf3306a36934e8499: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/technologies/tyk-gateway-detect.yaml"