Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
n8n-vulnerability-detection — Vulnerability detection scripts for the n8n product. | Kitploit
Tools/GitHubGitHub/rxerium/n8n-vulnerability-detection
ReconnaissanceVulnerability ScannersWeb Vulnerability ScannersVulnerability AnalysisPenetration TestingThreat Intelligence
GitHubrxerium/n8n-vulnerability-detection

n8n-vulnerability-detection

Vulnerability detection scripts for the n8n product.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
17 months agoNot yet reviewed

n8n Vulnerability Detection

Automated Nuclei templates for detecting n8n vulnerabilities.

Created by @rxerium

Overview

Automated CVE detection templates for n8n Workflow Automation, with daily monitoring and template generation from GitHub Advisories, ProjectDiscovery, and NVD.

Statistics: 3 CVEs (2023) + 10 CVEs (2025) = 13 templates

Usage

root@kitploit:~
# Scan a single target
nuclei -t 2025/CVE-2025-58360.yaml -u https://target.com

# Scan with all templates
nuclei -t 2023/ -t 2025/ -u https://target.com

# Scan multiple targets
nuclei -t 2025/ -l targets.txt

Requirements: Nuclei v3.0.0+

Features

  • Automated Discovery - Daily monitoring of multiple CVE sources
  • Intelligent Version Detection - Base64 decode n8n sentry config + version matching
  • Multi-Source Intelligence - GitHub Advisories, ProjectDiscovery, NVD
  • Production Ready - All templates validated before release

Detection Method

Templates extract n8n version from the sentry config meta tag at /signin, decode it, and match against vulnerable version ranges using DSL matchers.

root@kitploit:~
shodan-query: http.favicon.hash:-831756631

Automation

GitHub Actions runs daily at 6 AM UTC to:

  1. Fetch new CVEs from all sources
  2. Generate templates with intelligent version matchers
  3. Create PRs for review

See automation/README.md for details.

Responsible Use

For legitimate security testing and research only. Always obtain proper authorization before scanning.

Contact

  • Twitter/X: @rxerium
  • LinkedIn: rxerium
  • Signal: Contact

License

MIT License - see LICENSE

Download Tool