Skip to main content Skills Marketplace Descubra e explore skills de IA criadas pela comunidade.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Copiar promptMostrar detalhes do prompt Um comando direto ignora o prompt de revisão. Verifique a origem antes de executá-lo.
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill wstg-info-01O comando permanece em uma só linha. Role horizontalmente para revisá-lo antes de copiar.
Prefere uma cópia local? Baixe os arquivos disponíveis atualmente no SkillsMP.
Baixar Zip Baixando... Ocupações relacionadas SOC
Baseado na classificação ocupacional SOC
name wstg-info-01 description Conduct Search Engine Discovery Reconnaissance for Information Leakage category information-gathering owasp_id WSTG-INFO-01 version 1.0.0 author cyberstrike-official tags ["recon","fingerprint","enumeration","wstg","info"] tech_stack [] cwe_ids ["CWE-200"] chains_with ["wstg-info-06","wstg-conf-01"] prerequisites [] severity_boost {}
wstg-info-01
Test ID
WSTG-INFO-01
Test Name
Conduct Search Engine Discovery Reconnaissance for Information Leakage
High-Level Description
This test aims to identify sensitive information about the target organization that has been unintentionally exposed on the internet through search engines and cache services. When search engines index web pages, they may also index sensitive configuration files, internal documentation, user information, and other confidential data. This test gathers OSINT (Open Source Intelligence) from an attacker's perspective to uncover potential security risks.
What to Check
Information Types to Investigate
How to Test
Step 1: Use Multiple Search Engines
Each search engine uses different indexing algorithms. Use multiple engines for comprehensive results:
Search Engine URL Characteristics Google google.com Most comprehensive index Bing bing.com Microsoft ecosystem integration
DuckDuckGo duckduckgo.com Privacy-focused, aggregated results
Yandex yandex.com Russia-based, different perspective
Baidu baidu.com China-based
Step 2: Apply Basic Search Operators site:target.com # Results only from target domain
site:target.com filetype:pdf # PDF files
site:target.com filetype:xlsx # Excel files
site:target.com filetype:docx # Word documents
site:target.com filetype:sql # SQL files
site:target.com filetype:log # Log files
site:target.com filetype:bak # Backup files
site:target.com filetype:conf # Config files
site:target.com filetype:env # Environment files
Step 3: Sensitive Information Search Queries # Credential Leak Search
site:target.com intext:"password"
site:target.com intext:"username" intext:"password"
site:target.com intext:"api_key" OR intext:"apikey"
site:target.com intext:"secret_key" OR intext:"secretkey"
site:target.com filetype:env DB_PASSWORD
site:target.com intext:"BEGIN RSA PRIVATE KEY"
# Database and Backup
site:target.com filetype:sql "INSERT INTO"
site:target.com filetype:bak
site:target.com inurl:backup
site:target.com intitle:"index of" "backup"
# Error Messages and Debug
site:target.com intext:"error" intext:"warning"
site:target.com intext:"stack trace"
site:target.com intext:"SQL syntax"
site:target.com intext:"mysql_fetch"
site:target.com intext:"ORA-" (Oracle errors)
site:target.com intext:"pg_" intext:"error" (PostgreSQL)
# Admin and Config Panels
site:target.com inurl:admin
site:target.com inurl:login
site:target.com inurl:config
site:target.com intitle:"admin" OR intitle:"administrator"
site:target.com inurl:wp-admin (WordPress)
site:target.com inurl:phpmyadmin
# Development/Staging Environments
site:dev.target.com
site:test.target.com
site:staging.target.com
site:uat.target.com
site:preprod.target.com
# Subdomain Discovery
site:*.target.com
# Directory Listing
site:target.com intitle:"index of"
site:target.com intitle:"directory listing"
Step 4: Historical Data Analysis (Wayback Machine)
Navigate to https://web.archive.org
Enter the target URL
Review past snapshots
Search for sensitive pages that no longer exist but were previously available
Check robots.txt changes (previously restricted paths)
Step 5: Shodan and IoT Device Search # Shodan Queries
hostname:target.com
org:"Target Organization"
ssl.cert.subject.cn:target.com
http.title:"Target Application"
Step 6: GitHub/GitLab/Bitbucket Code Search # GitHub search
"target.com" password
"target.com" api_key
"target.com" secret
org:targetorg password
org:targetorg api_key
filename:.env "target"
filename:config.php "target.com"
Step 7: Pastebin and Leak Sites
Pastebin.com
Ghostbin
Hastebin
Have I Been Pwned (HIBP)
Tools
Automated Tools Tool Description Installation/Usage theHarvester Email, subdomain, host discovery theHarvester -d target.com -b allRecon-ng Web reconnaissance framework recon-ngMaltego OSINT and link analysis GUI tool SpiderFoot Automated OSINT spiderfoot -s target.comPhoton Web crawler python3 photon.py -u https://target.comGoogle Dorking Tools Automated dork queries Pagodo, GooFuzz Amass Subdomain enumeration amass enum -d target.comSubfinder Subdomain discovery subfinder -d target.com
Online Services Service URL Purpose Wayback Machine web.archive.org Historical data Shodan shodan.io IoT/device search Censys censys.io Internet-wide scanning VirusTotal virustotal.com Domain intelligence SecurityTrails securitytrails.com DNS history DNSDumpster dnsdumpster.com DNS recon crt.sh crt.sh Certificate transparency
Example Commands/Payloads
theHarvester Commands
theHarvester -d target.com -b all
theHarvester -d target.com -b google,bing,linkedin,twitter
theHarvester -d target.com -b all -f output.html
Amass Commands
amass enum -passive -d target.com
amass enum -active -d target.com
amass enum -brute -d target.com -w wordlist.txt
amass enum -d target.com -o results.txt
Subfinder Commands
subfinder -d target.com
subfinder -d target.com -v
subfinder -d target.com -o subdomains.txt
subfinder -d target.com -recursive
Google Dork Examples (Manual) # Sensitive file types
site:target.com ext:xml | ext:conf | ext:cnf | ext:reg | ext:inf | ext:rdp | ext:cfg | ext:txt | ext:ora | ext:ini
# Database files
site:target.com ext:sql | ext:dbf | ext:mdb
# Log files
site:target.com ext:log
# Backup files
site:target.com ext:bkf | ext:bkp | ext:bak | ext:old | ext:backup
# Password-containing files
site:target.com intext:password | intext:passwd filetype:txt | filetype:log | filetype:cfg
# phpinfo()
site:target.com ext:php intitle:phpinfo "published by the PHP Group"
Shodan CLI
shodan init YOUR_API_KEY
shodan host target_ip
shodan search hostname:target.com
shodan search hostname:target.com port:22
crt.sh (Certificate Transparency)
curl -s "https://crt.sh/?q=%.target.com&output=json" | jq -r '.[].name_value' | sort -u
Remediation Guide
Preventive Measures
Sensitive Information Publication Policy
Evaluate the sensitivity level of all information before publishing online
Never share production environment details on public resources
robots.txt Configuration
User-agent: *
Disallow: /admin/
Disallow: /config/
Disallow: /backup/
Disallow: /private/
Disallow: /*.sql$
Disallow: /*.bak$
Note : robots.txt does not provide security, it only guides well-behaved bots
Meta Tag Usage
<meta name ="robots" content ="noindex, nofollow" />
Authentication Controls
Require authentication for sensitive pages
Implement IP-based access restrictions
Search Engine Removal Tools
Google: Search Console > Removals
Bing: Webmaster Tools > Content Removal
Use respective webmaster tools for other engines
Regular Audits
Periodically perform OSINT scans on your own organization
Detect new leaks early
Employee Training
Awareness about social media and forum usage
Sensitive information sharing policies
Remediating Detected Leaks
Remove sensitive content from the source system
Request removal from search engines
Request removal from Wayback Machine (info@archive.org )
If credentials are leaked, immediately rotate passwords/keys
Initiate incident response procedures
Risk Assessment
CVSS Score CVSS Vector : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Metric Value Description Attack Vector Network Accessible via internet Attack Complexity Low No special skills required Privileges Required None No authentication needed User Interaction None No user interaction required Scope Unchanged Impact scope unchanged Confidentiality Low Limited information disclosure Integrity None No integrity impact Availability None No availability impact
Note : CVSS score may vary based on the sensitivity of discovered information. Credential leaks can significantly increase the score (High/Critical).
Severity Levels Discovered Information Severity Example General info, public data Info Company address, general contact Internal configuration Low Subdomain list Potential attack vector Medium Admin panel URL, technology stack Credential information High API key, password Critical system access Critical Private key, admin credentials
CWE Categories CWE ID Title Description CWE-200 Exposure of Sensitive Information to an Unauthorized Actor Disclosure of sensitive information to unauthorized parties CWE-538 Insertion of Sensitive Information into Externally-Accessible File or Directory Adding sensitive info to externally accessible files CWE-359 Exposure of Private Personal Information to an Unauthorized Actor Disclosure of personal information to unauthorized parties CWE-312 Cleartext Storage of Sensitive Information Storing sensitive information without encryption CWE-615 Inclusion of Sensitive Information in Source Code Comments Sensitive information in source code comments
References
OWASP References
Tools
Other Resources
Checklist [ ] Google dorking queries executed
[ ] Bing search queries executed
[ ] DuckDuckGo search queries executed
[ ] Shodan scan performed
[ ] Wayback Machine historical analysis completed
[ ] theHarvester OSINT gathered
[ ] Subdomain enumeration performed (Amass/Subfinder)
[ ] Certificate transparency check completed (crt.sh)
[ ] GitHub/GitLab code search performed
[ ] Pastebin/leak site check completed
[ ] Discovered sensitive information documented
[ ] Risk assessment completed
[ ] Remediation recommendations prepared