payment-scanner

Detect and profile payment gateways on target websites.

Updated May 8, 2026
One-click install
npx skills add https://github.com/reececoakes99/openclaw-brain-v2 --skill payment-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: payment-scanner
Source: https://github.com/reececoakes99/openclaw-brain-v2/tree/main/skills/payment-scanner
Command: npx skills add https://github.com/reececoakes99/openclaw-brain-v2 --skill payment-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of discovering and profiling payment gateways on target websites, aiding security assessments and technical audits.

Core Features & Use Cases

  • Gateway Type Identification: Detects which payment technology is used, such as Stripe, Braintree, or Adyen, by analyzing source code, scripts, and SSL certificates.
  • Payment Endpoint Enumeration: Finds URLs related to payment processing, callbacks, webhooks, and admin panels for comprehensive mapping.
  • Tech Stack Fingerprinting: Gathers information about server headers, TLS fingerprints, CDN usage, and frameworks to profile the platform.
  • Use Case: A security researcher assesses a target domain to understand its payment infrastructure and potential vulnerabilities by gathering detailed technical data.

Quick Start

Use the payment-scanner skill to analyze https://example.com for payment gateway signatures and endpoints.

Frequently Asked Questions about payment-scanner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify which payment gateway a website uses?

To identify a payment gateway, you can analyze a website's source code, scripts, and SSL certificates. This Skill automates gateway detection by profiling technologies like Stripe, Braintree, or Adyen from target web infrastructure.

What is tech stack fingerprinting for payment infrastructure?

Tech stack fingerprinting gathers server headers, TLS fingerprints, CDN usage, and framework details to profile a platform. This Skill automates fingerprinting to expose technical data about target website payment infrastructure.

How do I gather SSL certificates and server headers for security assessments?

SSL certificates and server headers are gathered by analyzing network responses and service outputs. This Skill automates technical data collection to support security assessments and infrastructure mapping for target domains.

What are the limitations of automatic payment gateway detection?

Automatic payment gateway detection relies on analyzing source code, network responses, and SSL certificates. Limitations arise when target websites obscure scripts or restrict service responses, potentially preventing accurate technology profiling.