One-click install
npx skills add https://github.com/uphiago/recon-skills --skill recon-cafes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recon-cafes
Source: https://github.com/uphiago/recon-skills/tree/main/redteam/recon-cafes
Command: npx skills add https://github.com/uphiago/recon-skills --skill recon-cafes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coffee shop, cafe, and tea house websites frequently have unpatched vulnerabilities in their online ordering systems, loyalty programs, and third-party point-of-sale integrations that attackers can exploit to steal payment data, manipulate rewards, or access customer information, and most generic recon tools do not account for the unique tech stacks and common misconfigurations of these small food service businesses.

Core Features & Use Cases

  • Sector-Specific Platform Fingerprinting: Automatically identifies common cafe tech stacks including Toast POS, Square Online, ChowNow, Olo, and Clover to prioritize recon efforts on high-risk integrations.
  • Vulnerability Surface Mapping: Probes for exposed online ordering APIs, loyalty/rewards endpoints, store locator data leaks, and exposed POS API keys hidden in frontend JavaScript bundles.
  • Common Attack Path Validation: Tests for prevalent cafe-specific vulnerabilities including menu item IDOR, loyalty points manipulation, unrestricted Google Maps API keys, and gift card balance enumeration.
  • Use Case: A pentester assessing a local coffee chain can use this skill to quickly locate exposed Toast API keys in the site's JS code and test for loyalty points manipulation without building custom recon scripts from scratch.

Quick Start

Use the recon-cafes skill to perform a full sector-specific recon of a target coffee shop website, identify its point-of-sale platform, probe for exposed ordering and loyalty endpoints, and test for common cafe-specific vulnerabilities like API key exposure and points manipulation.

Frequently Asked Questions about recon-cafes

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

FAQPage Schema
How do I find exposed POS API keys in a coffee shop website?

To find exposed POS API keys in a coffee shop website, you analyze frontend JavaScript bundles for hidden credentials. This skill automates extraction to locate exposed Toast POS or Square Online integrations during reconnaissance.

What is cafe website vulnerability surface mapping?

Cafe website vulnerability surface mapping identifies exposed online ordering APIs, loyalty endpoints, and store locator data leaks. It probes common food service tech stacks like ChowNow and Olo to prioritize high-risk integration testing.

How do I test for loyalty points manipulation on a cafe ordering system?

Testing for loyalty points manipulation involves probing rewards endpoints for IDOR and balance enumeration vulnerabilities. This skill validates common attack vectors against the target's specific ordering platform without requiring custom scripts.

Can I use this for pentesting multi-location franchise coffee shop sites?

Yes, you can use this for pentesting multi-location franchise coffee shop sites. It maps sector-specific vulnerabilities across franchise sites using platforms like Toast POS, Square Online, ChowNow, and Olo integrations.

Does this tool identify vulnerabilities in WordPress sites using Toast POS?

Yes, it identifies vulnerabilities in WordPress sites using Toast POS by fingerprinting the tech stack. It probes for menu item IDOR, exposed API keys, and unrestricted Google Maps API keys specific to these integrations.

What are the limitations of generic recon tools for cafe websites?

Generic recon tools often fail to account for the unique tech stacks and misconfigurations of small food service businesses. They lack features for platform fingerprinting and testing specific attack vectors like gift card balance enumeration on cafe sites.