{
  "name": "Security reconnaissance with Google Dorks, Parsera scraping, and Gmail reports",
  "nodes": [
    {
      "id": "db3ff71e-8a51-43a6-a6ab-8c68ec9ad9f0",
      "name": "Form Input",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -1280,
        -1980
      ]
    },
    {
      "id": "f0ed1ae2-59ce-47e1-bc5c-9335536b9772",
      "name": "Split Dorks One-by-One",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -840,
        -1980
      ]
    },
    {
      "id": "100d5381-dd7e-433d-8ac0-e6803b024d88",
      "name": "Dorks Template Search",
      "type": "n8n-nodes-base.code",
      "position": [
        -1060,
        -1980
      ]
    },
    {
      "id": "cdd1fdef-f29f-43e1-b967-fd8fedba8415",
      "name": "Scrape with agent",
      "type": "n8n-nodes-aiscraper.aiScraper",
      "position": [
        -620,
        -1980
      ]
    },
    {
      "id": "3a41049b-1c6b-43cd-8da3-2aa13c912046",
      "name": "Clean Output",
      "type": "n8n-nodes-base.code",
      "position": [
        -400,
        -1980
      ]
    },
    {
      "id": "82ddf50d-c3e5-452c-ac18-ce85b88c157a",
      "name": "Generate HTML",
      "type": "n8n-nodes-base.code",
      "position": [
        -180,
        -1980
      ]
    },
    {
      "id": "fce1a6ad-1663-40ae-92a3-b4ad5aded080",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        40,
        -1980
      ]
    },
    {
      "id": "9d3d5d12-5c91-484f-84a0-be0ef26f76f7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1340,
        -2120
      ],
      "parameters": {
        "width": null,
        "height": 100,
        "content": "## Enter URL\nThis is the website that will be scraped for data"
      }
    },
    {
      "id": "80868822-ece2-473b-a9da-c079c3f6e469",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -2160
      ],
      "parameters": {
        "width": 380,
        "height": null,
        "content": "## Parsera Node\nAn agent must be created in Parsera before using this node. Create a new agent in your Parsera account dashboard called \"Google\" and use the URL https://google.com then open this Node "
      }
    },
    {
      "id": "ae462b28-e9c3-4865-8c1c-c7c45a2126f7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        -2140
      ],
      "parameters": {
        "width": null,
        "height": 120,
        "content": "## Google Dorks\nA template is used to create customized links based off the URL input."
      }
    },
    {
      "id": "6feb6169-cf44-4af6-ae03-450197753f8f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -2140
      ],
      "parameters": {
        "width": 280,
        "height": 120,
        "content": "## Setup Gmail Account\n**Double click** to edit this node and configure your Gmail account and enter the destination email address."
      }
    }
  ],
  "connections": {
    "Form Input": {
      "main": [
        [
          {
            "node": "Dorks Template Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clean Output": {
      "main": [
        [
          {
            "node": "Generate HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate HTML": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape with agent": {
      "main": [
        [
          {
            "node": "Clean Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Dorks Template Search": {
      "main": [
        [
          {
            "node": "Split Dorks One-by-One",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Dorks One-by-One": {
      "main": [
        [
          {
            "node": "Scrape with agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}