Api2Convert API Test
ID: api-api2convert
Severity: info
Author: daffainfo
Tags: token-spray,api2convert
Description
Section titled “Description”Online File Conversion API
YAML Source
Section titled “YAML Source”id: api-api2convert
info: name: Api2Convert API Test author: daffainfo severity: info description: Online File Conversion API reference: - https://www.api2convert.com/docs/index.html - https://github.com/daffainfo/all-about-apikey/tree/main/api2convert metadata: max-request: 1 tags: token-spray,api2convert
self-contained: true
http: - raw: - | POST https://api.api2convert.com/v2/jobs HTTP/1.1 Host: api.api2convert.com X-Oc-Api-Key: {{token}} Content-Type: application/json
{ "input": [{ "type": "remote", "source": "https://example-files.online-convert.com/raster%20image/jpg/example_small.jpg" }], "conversion": [{ "target": "png" }] }
matchers: - type: word part: body words: - '"id"' - '"token"' - '"type"' condition: and# digest: 4a0a004730450221009f6efd62b9dd6ac38dd5822dd39ba20c0954a26ce233db27be9d377471e8aaad022002b6ee82c31c36ee21b6e3d65179d0c30a8bf33fbb0889ca94b59016ece54371: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-api2convert.yaml"