WeGlot API Test
ID: api-weglot
Severity: info
Author: zzeitlin
Tags: token-spray,weglot
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: api-weglot
info: name: WeGlot API Test author: zzeitlin severity: info reference: - https://developers.weglot.com/api/reference metadata: max-request: 1 tags: token-spray,weglot
self-contained: true
http: - method: POST path: - "https://api.weglot.com/translate?api_key={{token}}"
headers: Content-Type: application/json
body: "{\"l_from\":\"en\",\"l_to\":\"fr\",\"request_url\":\"https://www.website.com/\",\"words\":[{\"w\":\"This is a blue car\",\"t\":1},{\"w\":\"This is a black car\",\"t\":1}]}" matchers: - type: word part: body negative: true case-insensitive: true words: - 'does not exist' - 'Invalid authorization'# digest: 490a0046304402206e177017880ebf01926505798c9cdba8a213c96b457c66483e094c9d30470024022051a0a02969ed8fe68ade061def9c93c5fc1a8167b235525ff10ec67d079dada3: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/token-spray/api-weglot.yaml"