Skip to content

ProxyCrawl API Test

ID: api-proxycrawl

Severity: info

Author: daffainfo

Tags: token-spray,proxycrawl

Scraping and crawling anticaptcha service

id: api-proxycrawl
info:
name: ProxyCrawl API Test
author: daffainfo
severity: info
description: Scraping and crawling anticaptcha service
reference:
- https://proxycrawl.com/docs/
- https://github.com/daffainfo/all-about-apikey/tree/main/proxycrawl
metadata:
max-request: 1
tags: token-spray,proxycrawl
self-contained: true
http:
- method: GET
path:
- "https://api.proxycrawl.com/leads?token={{token}}&domain=www.amazon.com"
matchers:
- type: word
part: body
words:
- '"remaining_requests"'
- '"domain"'
- '"leads"'
condition: and
# digest: 4a0a0047304502207c51eced80b2a389ad0bca94c0087a993d7a1bd68280691feb7c18f1953e59fe022100b2c63d436497966dd5056f617e35b09510d83e0d4743cbc339d71256e3155cda:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/token-spray/api-proxycrawl.yaml"

View on Github