Skip to main content

Security reconnaissance with Google Dorks, Parsera scraping, and Gmail reports

Workflow preview

Security reconnaissance with Google Dorks, Parsera scraping, and Gmail reports preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

Overview

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

How it Works:

    • Accepts a domain from a web form
    • Generates a list of Google dorks targeting that domain
    • Scrapes Google search results for each dork
    • Filters out junk links (Google internal, non-http)
    • Formats valid results as a markdown report
    • Emails the report to your inbox

For this workflow you will need to configure credentials in n8n as well as create a Parsera.io agent:

1. AI Scraper Account

  • Create an account for: https://app.parsera.io
  • Create an agent named "Google" and use the URL https://google.com
  • Copy/Paste your Parsera.io API key to the 'Scrape with agent' node in the n8n workflow

2. Gmail OAuth2

  • Go to Google Cloud Console
  • Enable Gmail API
  • Create OAuth2 credentials
  • Copy/Paste the Gmail API key to the Gmail node in the n8n workflow