
@rxerium が作成した Nuclei スクリプト。ゼロデイ / 積極的に悪用されている脆弱性を対象としています。

ゼロデイおよび実環境で積極的に悪用されている脆弱性に焦点を当てた、厳選された144以上のNucleiテンプレート集(いくつかの雑多なテンプレートも含む)。テンプレートは受動的検出技術(バージョン/日付マッチング)を使用し、年別に整理されているため簡単にナビゲートできます。
⚠️ 注意: 日付マッチングはバージョン検出よりも信頼性が低い場合があります。注意して使用してください。
# Clone the repository
git clone https://github.com/rxerium/rxerium-templates.git
cd rxerium-templates
# Or use directly with Nuclei
nuclei -t rxerium-templates/ -u https://target.com
# Scan a single target
nuclei -t rxerium-templates/ -u https://example.com
# Scan with specific severity
nuclei -t rxerium-templates/ -u https://example.com -severity critical,high
# Scan specific year
nuclei -t rxerium-templates/2025/ -u https://example.com
# Bulk scan from file
nuclei -t rxerium-templates/ -l targets.txt
新しいテンプレートがリリースされるたびに通知を受け取れます:
このリポジトリに新しいNucleiテンプレートが追加されたときにメール通知を受け取るには購読してください。
テンプレートは、NCSC、SonicWall、NVD NIST、Censys、ReSecurity、California CyberSecurity Integration Centerなどのセキュリティ研究で引用されています。
これらのテンプレートは認可されたセキュリティテストのみを目的としています。スキャン前には必ず適切な許可を取得してください。