NucleiとProject Discoveryを使ったバウンティ有以下更多コンテンツを含む脆弱性リスクプロジェクトの自動CVEスキャン
上級
これはSecOps分野の自動化ワークフローで、32個のノードを含みます。主にIf, Set, Ssh, Gmail, Filterなどのノードを使用。 NucleiとProject Discoveryを使用した自動 CVE スキャンによるバウンティプログラム
前提条件
- •Googleアカウント + Gmail API認証情報
- •ターゲットAPIの認証情報が必要な場合あり
使用ノード (32)
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "00c335a93aa05eca5da0069acae2222c0e96c59e0b1d12f51148e42c90931a8c",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "4e4487e4-6e43-4115-9c74-28b7d60c60f1",
"name": "スケジュールトリガー",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-2960,
64
],
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"typeVersion": 1.2
},
{
"id": "92209b78-9e1d-4b7f-957d-063f43d3977e",
"name": "すべてのバグバウンティドメインを取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
-2768,
64
],
"parameters": {
"url": "https://raw.githubusercontent.com/arkadiyt/bounty-targets-data/refs/heads/main/data/domains.txt",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "7c0f9b01-e947-476d-b628-97b86789fead",
"name": "domains.txtを作成",
"type": "n8n-nodes-base.convertToFile",
"position": [
-2576,
64
],
"parameters": {
"options": {
"fileName": "domains.txt"
},
"operation": "toText",
"sourceProperty": "data"
},
"typeVersion": 1.1
},
{
"id": "4a90e70b-c48d-413a-a122-c56cbff7fb94",
"name": "domains.txtをアップロード",
"type": "n8n-nodes-base.ssh",
"position": [
-2400,
64
],
"parameters": {
"path": "/tmp/nuclei",
"options": {},
"resource": "file"
},
"credentials": {
"sshPassword": {
"id": "iiVQp2EHCU1J02I8",
"name": "SSH Password account"
}
},
"typeVersion": 1
},
{
"id": "988543c5-94e0-44f8-ab9f-8d3ebfd55026",
"name": "CVEをループ処理",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-1808,
64
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "4a279535-cdc3-4971-b3f1-669dab7c1807",
"name": "CVEを分割",
"type": "n8n-nodes-base.splitOut",
"position": [
-2016,
64
],
"parameters": {
"options": {},
"fieldToSplitOut": "results"
},
"typeVersion": 1
},
{
"id": "c327f6d6-7a46-4452-8533-1bc5efbdd413",
"name": "最新CVEを取得 (PROJECT DISCOVERY)",
"type": "n8n-nodes-base.httpRequest",
"position": [
-2208,
64
],
"parameters": {
"url": "https://api.projectdiscovery.io/v2/template/search",
"options": {
"response": {
"response": {}
},
"allowUnauthorizedCerts": false
},
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "scope",
"value": "public"
},
{
"name": "facet_size",
"value": "40"
},
{
"name": "offset",
"value": "0"
},
{
"name": "limit",
"value": "40"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "394d12ed-f7fa-4fa4-9153-792362557fd0",
"name": "テンプレート存在フィルター",
"type": "n8n-nodes-base.filter",
"position": [
-1456,
48
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "f5ec37ec-884b-4f2b-a862-8f635c3f4787",
"operator": {
"type": "string",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.Template }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "ded932c1-4860-4e1a-8097-d20e344d452c",
"name": "日付フィルター",
"type": "n8n-nodes-base.if",
"position": [
-1632,
160
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "b8383900-9ea9-433a-99eb-186bace80963",
"operator": {
"type": "dateTime",
"operation": "afterOrEquals"
},
"leftValue": "={{ $json.created_at.match(/^\\d{4}-\\d{2}-\\d{2}/)[0] }}",
"rightValue": "={{ new Date(new Date($('Schedule Trigger').item.json.timestamp).setDate(new Date($('Schedule Trigger').item.json.timestamp).getDate() - 1)).toISOString().slice(0,10) }}"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "683c4a53-bcc1-4120-ae08-7d85d75d8ad1",
"name": "変数を設定",
"type": "n8n-nodes-base.set",
"position": [
-1456,
176
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "2dbb3955-d2ac-436d-afbd-115a1b9ca77d",
"name": "CVE",
"type": "string",
"value": "={{ $json.classification[\"cve-id\"][0] }}"
},
{
"id": "6fb84c49-bc10-49cc-9fd1-bdaaa43ee26f",
"name": "CVSS-Score",
"type": "string",
"value": "={{ $json.classification[\"cvss-score\"] }}"
},
{
"id": "77c7d2d4-f191-426e-b421-746046007736",
"name": "Template",
"type": "string",
"value": "={{ $json.raw }}"
},
{
"id": "43e39cd1-426f-4d8d-855d-b2b5094b2c3d",
"name": "References",
"type": "string",
"value": "={{ $json.references }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "7ce8eaf8-781d-4a57-8130-bee18c2cbbc7",
"name": "Null変数を設定",
"type": "n8n-nodes-base.set",
"position": [
-1456,
304
],
"parameters": {
"options": {}
},
"typeVersion": 3.4
},
{
"id": "6971ed83-ae0b-4b0a-b507-4272811706df",
"name": "テンプレートをループ処理",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-1264,
48
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "8e5d9676-868b-4509-99ad-842ac105083a",
"name": "テンプレートを作成",
"type": "n8n-nodes-base.convertToFile",
"position": [
-976,
176
],
"parameters": {
"options": {
"fileName": "={{ $json.CVE }}.txt"
},
"operation": "toText",
"sourceProperty": "Template"
},
"typeVersion": 1.1
},
{
"id": "8aa01e8f-c4ae-4670-94e7-e680aecdec31",
"name": "テンプレートをアップロード",
"type": "n8n-nodes-base.ssh",
"position": [
-768,
176
],
"parameters": {
"path": "/tmp/nuclei-templates",
"options": {},
"resource": "file"
},
"credentials": {
"sshPassword": {
"id": "iiVQp2EHCU1J02I8",
"name": "SSH Password account"
}
},
"typeVersion": 1
},
{
"id": "50e4400a-ab7b-479b-b5d1-6887b20dc4f0",
"name": "テンプレートを.yamlに変換",
"type": "n8n-nodes-base.ssh",
"position": [
-768,
304
],
"parameters": {
"cwd": "=/",
"command": "=mv /tmp/nuclei-templates/{{ $('Loop Over Templates').item.json.CVE }}.txt /tmp/nuclei-templates/{{ $('Loop Over Templates').item.json.CVE }}.yaml"
},
"credentials": {
"sshPassword": {
"id": "iiVQp2EHCU1J02I8",
"name": "SSH Password account"
}
},
"typeVersion": 1
},
{
"id": "dcbe9551-2a4e-4886-ac28-1d33c46fb6d1",
"name": "Nucleiを実行",
"type": "n8n-nodes-base.ssh",
"position": [
-768,
32
],
"parameters": {
"command": "=nuclei -l /tmp/nuclei/domains.txt -t /tmp/nuclei-templates -ss host-spray -c 10 -bs 50 -rl 100 -timeout 10 -retries 1 -silent -etags info,low"
},
"credentials": {
"sshPassword": {
"id": "iiVQp2EHCU1J02I8",
"name": "SSH Password account"
}
},
"typeVersion": 1
},
{
"id": "01f22d27-44e2-4485-814e-947521b1c941",
"name": "テンプレートを削除",
"type": "n8n-nodes-base.ssh",
"position": [
-560,
32
],
"parameters": {
"command": "rm /tmp/nuclei-templates/*"
},
"credentials": {
"sshPassword": {
"id": "iiVQp2EHCU1J02I8",
"name": "SSH Password account"
}
},
"typeVersion": 1
},
{
"id": "bc950e9f-e3b5-40da-848d-70c6632c2736",
"name": "結果変数を設定",
"type": "n8n-nodes-base.set",
"position": [
-368,
32
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "d81d0c46-ef3f-4f6d-b888-753aa5bf5cee",
"name": "Nuclei Results",
"type": "string",
"value": "={{ $('Execute Nuclei').item.json.stdout }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "7f6b1ae1-a704-424e-9772-b2aecacc138b",
"name": "結果を確認",
"type": "n8n-nodes-base.if",
"position": [
-192,
32
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "031ad40a-049e-4439-867f-9a753d298de7",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json[\"Nuclei Results\"] }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "bf01310b-f018-47de-ae60-b4e050c36b4a",
"name": "メッセージを送信",
"type": "n8n-nodes-base.gmail",
"position": [
0,
16
],
"webhookId": "b77ff6a1-c0de-407c-ac25-9871d0d8bc18",
"parameters": {
"sendTo": "pyus3r@gmail.com",
"message": "={{ $json[\"Nuclei Results\"] }}",
"options": {},
"subject": "=CVE Hunter"
},
"credentials": {
"gmailOAuth2": {
"id": "DQJIew3Dn0F9iG3O",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "61d4021c-f16b-4c23-b799-e2a65e24500c",
"name": "アイテムを削除",
"type": "n8n-nodes-base.summarize",
"position": [
-976,
32
],
"parameters": {
"options": {},
"fieldsToSummarize": {
"values": [
{
"field": "code",
"aggregation": "append"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "b92df5a1-5d5f-4bd9-8c91-3e96660986c6",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-3024,
-512
],
"parameters": {
"color": 7,
"width": 3232,
"height": 1104,
"content": ""
},
"typeVersion": 1
},
{
"id": "c9f2beaa-b483-4643-882e-120708f10d37",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2992,
-176
],
"parameters": {
"color": 4,
"width": 720,
"height": 736,
"content": "## Step 1 - Get All Bug Bounty Programs Domains"
},
"typeVersion": 1
},
{
"id": "7b03b271-d5e0-493d-a4a0-839184bd78a9",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2272,
-176
],
"parameters": {
"color": 5,
"width": 960,
"height": 736,
"content": "## Step 2 - Get New CVEs Templates"
},
"typeVersion": 1
},
{
"id": "d0dcba98-60e0-43a8-a3bc-9cff15a64125",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1312,
-176
],
"parameters": {
"color": 5,
"width": 896,
"height": 736,
"content": "## Step 3 - Create & Execute Templates"
},
"typeVersion": 1
},
{
"id": "8ca8d864-bde4-4c64-8e32-cfbf7f995a14",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-416,
-176
],
"parameters": {
"color": 3,
"width": 592,
"height": 736,
"content": "## Step 4 - Send Results via Gmail"
},
"typeVersion": 1
},
{
"id": "3dfceb2f-bd32-40b8-9521-1beba8d75a58",
"name": "付箋8",
"type": "n8n-nodes-base.stickyNote",
"position": [
-3648,
-512
],
"parameters": {
"width": 624,
"height": 1104,
"content": "# SET UP\n\n### 1. Set Up SSH Enviroment\n#### VPS SSH\n##### 1. VPS Options (Linux):\n- [Hostinger](https://www.hostinger.com/vps-hosting)\n- [DigitalOcean](https://www.digitalocean.com/pricing)\n- [Hapi Host](https://www.hapihhost.in/vps-hosting/self-managed-vps-hosting/)\n- [WebDedis](https://webdedis.com/cheap-vps-hosting/)\n##### 2. Install Tools\n- [Nuclei](https://docs.projectdiscovery.io/opensource/nuclei/install)\n##### 3. Create new SSH Password (root user) in n8n:\n- With Password\n- With Private Key\n\n#### Local SSH\n##### 1. Configure OpenSSH Server\n- [Install OpenSSH](https://www.tecmint.com/install-openssh-server-in-linux/)\n- [Enable Root Login](https://linuxconfig.org/allow-ssh-root-login-on-ubuntu-20-04-focal-fossa-linux)\n##### 2. Install Tools\n- [Nuclei](https://docs.projectdiscovery.io/opensource/nuclei/install)\n##### 3. Create new SSH Password (root user) in n8n:\n- With Password\n- With Private Key\n\n### 2. Set Up OpenAI Connection\n#### Get Your API Key\n1. Visit the [OpenAI API Keys](https://platform.openai.com/api-keys) page.\n2. Go to [OpenAI Billing](https://platform.openai.com/settings/organization/billing/overview).\n3. Add funds to your billing account.\n4. Copy your API key into your **OpenAI credentials** in n8n (or your chosen platform).\n\n### 3. Set Up Gmail Connection\n#### Get Your Gmail Credentials\n1. Go to the [Google Cloud Console](https://console.cloud.google.com/).\n2. Create a new project or select an existing one.\n3. Navigate to **APIs & Services → Library** and enable the **Gmail API**.\n4. Go to **APIs & Services → Credentials** and click **Create Credentials → OAuth Client ID**.\n5. Configure the consent screen (set “External” if needed) and complete the required fields.\n6. Choose **Application type → Web application** (or the one matching your setup).\n7. Add your redirect URI (for n8n, use the one shown in your Gmail credentials node).\n8. Click **Create** and copy your **Client ID** and **Client Secret**.\n9. Paste both into your **Gmail credentials** in n8n (or your chosen platform).\n"
},
"typeVersion": 1
},
{
"id": "17a5ebd6-d0a3-4f3f-88ed-65e5841a7038",
"name": "付箋9",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1088,
-448
],
"parameters": {
"color": 7,
"width": 720,
"height": 192,
"content": "# 📬 Need Help or Want to Customize This?\n## **Contact me for consulting and support:** [LinkedIn](https://www.linkedin.com/in/javier-rieiro-2900b5354/) / [Email](mailto:pyus3r@gmail.com)"
},
"typeVersion": 1
},
{
"id": "f9e0f384-8dcf-4225-ab88-677fe44f9cd1",
"name": "付箋13",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2512,
-448
],
"parameters": {
"color": 7,
"width": 720,
"height": 192,
"content": "# Objective of the workflow\n\n#### This flow runs the new templates released by Project Discovery, using a scope that includes all domains from HackerOne, Bugcrowd, Intigriti, and YesWeHack."
},
"typeVersion": 1
},
{
"id": "23380fed-ecc8-407e-88ec-85b8ac6727e6",
"name": "付箋10",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1664,
-400
],
"parameters": {
"color": 4,
"width": 150,
"height": 80,
"content": "## INPUT"
},
"typeVersion": 1
},
{
"id": "ce26775a-83cf-49db-85c6-c6fbf163c320",
"name": "付箋11",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1520,
-400
],
"parameters": {
"color": 5,
"width": 150,
"height": 80,
"content": "## CORE"
},
"typeVersion": 1
},
{
"id": "363a6f51-ba61-437c-a3de-5fbee5df0f96",
"name": "付箋12",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1376,
-400
],
"parameters": {
"color": 3,
"width": 150,
"height": 80,
"content": "## OUTPUT"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"4a279535-cdc3-4971-b3f1-669dab7c1807": {
"main": [
[
{
"node": "988543c5-94e0-44f8-ab9f-8d3ebfd55026",
"type": "main",
"index": 0
}
]
]
},
"ded932c1-4860-4e1a-8097-d20e344d452c": {
"main": [
[
{
"node": "683c4a53-bcc1-4120-ae08-7d85d75d8ad1",
"type": "main",
"index": 0
}
],
[
{
"node": "7ce8eaf8-781d-4a57-8130-bee18c2cbbc7",
"type": "main",
"index": 0
}
]
]
},
"61d4021c-f16b-4c23-b799-e2a65e24500c": {
"main": [
[
{
"node": "dcbe9551-2a4e-4886-ac28-1d33c46fb6d1",
"type": "main",
"index": 0
}
]
]
},
"7f6b1ae1-a704-424e-9772-b2aecacc138b": {
"main": [
[
{
"node": "bf01310b-f018-47de-ae60-b4e050c36b4a",
"type": "main",
"index": 0
}
]
]
},
"683c4a53-bcc1-4120-ae08-7d85d75d8ad1": {
"main": [
[
{
"node": "988543c5-94e0-44f8-ab9f-8d3ebfd55026",
"type": "main",
"index": 0
}
]
]
},
"dcbe9551-2a4e-4886-ac28-1d33c46fb6d1": {
"main": [
[
{
"node": "01f22d27-44e2-4485-814e-947521b1c941",
"type": "main",
"index": 0
}
]
]
},
"988543c5-94e0-44f8-ab9f-8d3ebfd55026": {
"main": [
[
{
"node": "394d12ed-f7fa-4fa4-9153-792362557fd0",
"type": "main",
"index": 0
}
],
[
{
"node": "ded932c1-4860-4e1a-8097-d20e344d452c",
"type": "main",
"index": 0
}
]
]
},
"8e5d9676-868b-4509-99ad-842ac105083a": {
"main": [
[
{
"node": "8aa01e8f-c4ae-4670-94e7-e680aecdec31",
"type": "main",
"index": 0
}
]
]
},
"8aa01e8f-c4ae-4670-94e7-e680aecdec31": {
"main": [
[
{
"node": "50e4400a-ab7b-479b-b5d1-6887b20dc4f0",
"type": "main",
"index": 0
}
]
]
},
"01f22d27-44e2-4485-814e-947521b1c941": {
"main": [
[
{
"node": "bc950e9f-e3b5-40da-848d-70c6632c2736",
"type": "main",
"index": 0
}
]
]
},
"4e4487e4-6e43-4115-9c74-28b7d60c60f1": {
"main": [
[
{
"node": "92209b78-9e1d-4b7f-957d-063f43d3977e",
"type": "main",
"index": 0
}
]
]
},
"7ce8eaf8-781d-4a57-8130-bee18c2cbbc7": {
"main": [
[
{
"node": "988543c5-94e0-44f8-ab9f-8d3ebfd55026",
"type": "main",
"index": 0
}
]
]
},
"7c0f9b01-e947-476d-b628-97b86789fead": {
"main": [
[
{
"node": "4a90e70b-c48d-413a-a122-c56cbff7fb94",
"type": "main",
"index": 0
}
]
]
},
"4a90e70b-c48d-413a-a122-c56cbff7fb94": {
"main": [
[
{
"node": "c327f6d6-7a46-4452-8533-1bc5efbdd413",
"type": "main",
"index": 0
}
]
]
},
"6971ed83-ae0b-4b0a-b507-4272811706df": {
"main": [
[
{
"node": "61d4021c-f16b-4c23-b799-e2a65e24500c",
"type": "main",
"index": 0
}
],
[
{
"node": "8e5d9676-868b-4509-99ad-842ac105083a",
"type": "main",
"index": 0
}
]
]
},
"bc950e9f-e3b5-40da-848d-70c6632c2736": {
"main": [
[
{
"node": "7f6b1ae1-a704-424e-9772-b2aecacc138b",
"type": "main",
"index": 0
}
]
]
},
"394d12ed-f7fa-4fa4-9153-792362557fd0": {
"main": [
[
{
"node": "6971ed83-ae0b-4b0a-b507-4272811706df",
"type": "main",
"index": 0
}
]
]
},
"50e4400a-ab7b-479b-b5d1-6887b20dc4f0": {
"main": [
[
{
"node": "6971ed83-ae0b-4b0a-b507-4272811706df",
"type": "main",
"index": 0
}
]
]
},
"92209b78-9e1d-4b7f-957d-063f43d3977e": {
"main": [
[
{
"node": "7c0f9b01-e947-476d-b628-97b86789fead",
"type": "main",
"index": 0
}
]
]
},
"c327f6d6-7a46-4452-8533-1bc5efbdd413": {
"main": [
[
{
"node": "4a279535-cdc3-4971-b3f1-669dab7c1807",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - セキュリティ運用
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
n8nノードの探索(可視化リファレンスライブラリ内)
n8nノードを可視化リファレンスライブラリで探索
If
Ftp
Set
+
If
Ftp
Set
113 ノードI versus AI
その他
[テンプレート] AIペットショップ v8
AIペットショップアシスタント - GPT-4o、Googleカレンダー、WhatsApp/Instagram/Facebookを統合
If
N8n
Set
+
If
N8n
Set
244 ノードAmanda Benks
営業
AI エージェント レストラン [テンプレート]
🤖 WhatsApp、Instagram、MessengerのAIレストランアシスタント
If
N8n
Set
+
If
N8n
Set
239 ノードAmanda Benks
その他
潜在顧客開掘とメールワーキングフロー
Google Maps、SendGrid、AIを使用してB2Bリード獲得とメールマーケティングを自動化
If
Set
Code
+
If
Set
Code
141 ノードEzema Kingsley Chibuzo
リード獲得
WordPressブログの自動化プロフェッショナル版(先端研究)v2.1マーケットプラグイン
GPT-4o、Perplexity AI、そして多言語対応を使ったSEO最適化ブログ作成の自動化
If
Set
Xml
+
If
Set
Xml
125 ノードDaniel Ng
コンテンツ作成
自動化されたリードフォローアップシステム - Follow Up Bossからの新規リードを検証し、メールとメッセージでフォローアップ
Follow Up Boss、Gmail、Twilio、WhatsApp メッセージを使用した自動リードフォローアップ
If
Set
Code
+
If
Set
Code
24 ノードFabian Perez
ワークフロー情報
難易度
上級
ノード数32
カテゴリー1
ノードタイプ12
作成者
Javier Rieiro
@pyus3rMy name is Javier Rieiro. I’m a hacker documenting my journey by creating and curating the best content about bug bounty and offensive cybersecurity through videos and live streams. On this channel, you’ll find practical explanations of real techniques, along with the tools and n8n workflows I use every day to automate my bug bounty work.
外部リンク
n8n.ioで表示 →
このワークフローを共有