recon-dorking

Execute search-engine dorking queries to identify exposed target assets and sensitive files.

Updated Jul 30, 2026
One-click install
npx skills add https://github.com/salmanabdurrahman/pi-pentest-agent --skill recon-dorking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recon-dorking
Source: https://github.com/salmanabdurrahman/pi-pentest-agent/tree/main/skills/recon-dorking
Command: npx skills add https://github.com/salmanabdurrahman/pi-pentest-agent --skill recon-dorking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of identifying exposed target assets, sensitive files, and potential attack surfaces without ever directly interacting with or probing the target infrastructure.

Core Features & Use Cases

  • Passive Discovery: Leverages advanced search-engine operators to map subdomains, admin panels, and exposed configuration files.
  • Risk Prioritization: Automatically categorizes findings by risk level, from critical credential exposure to informational directory listings.
  • Use Case: Use this skill during the reconnaissance phase of a security assessment to identify forgotten staging environments or accidentally indexed database backups before moving to active validation.

Quick Start

Use the recon-dorking skill to perform a comprehensive passive discovery scan for the target domain example.com using all available search engine operators.

Frequently Asked Questions about recon-dorking

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

FAQPage Schema
How do I perform passive OSINT reconnaissance to find exposed assets?

Passive OSINT reconnaissance identifies exposed target assets and sensitive files by executing search-engine dorking queries without directly probing the target infrastructure. It maps subdomains, admin interfaces, and leaked credentials while adhering to scope validation and rate-limiting policies.

What is search-engine dorking for security assessments?

Search-engine dorking uses advanced search operators to discover indexed sensitive files, configuration backups, and potential injection points. It enables non-intrusive information gathering during the reconnaissance phase to find forgotten staging environments or exposed data.

Can I use dorking to find subdomains and admin panels without active scanning?

Yes, dorking discovers subdomains and admin panels by querying search engines rather than actively scanning the target. This passive discovery method maps the attack surface by identifying indexed directories and interfaces without sending direct requests to the infrastructure.

How do I prioritize risks found during passive discovery?

Passive discovery automatically categorizes findings by risk level, ranging from critical credential exposure to informational directory listings. This risk prioritization helps security assessments focus on critical exposed configuration files before moving to active validation.

What are the limitations of using search engine dorking for reconnaissance?

Dorking is limited to search engine indexed results, meaning unindexed or dynamically generated assets remain undiscovered. It requires strict adherence to scope validation and rate-limiting policies to ensure safe and authorized information gathering during reconnaissance.

Does passive reconnaissance work for finding leaked credentials?

Yes, passive reconnaissance works for finding leaked credentials by utilizing search engine operators to identify accidentally indexed database backups and sensitive files. It discovers exposed data non-intrusively before active validation phases begin.