Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2026-33017-Langflow-RCE — CVE-2026-33017 - Langflow < 1.9.0 未認証RCE PoC | Kitploit
ツール/GitHubGitHub/usman0220/cve-2026-33017-langflow-rce
ペイロード生成脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテストレッドチーミング
GitHubusman0220/cve-2026-33017-langflow-rce

CVE-2026-33017-Langflow-RCE

CVE-2026-33017 - Langflow < 1.9.0 未認証RCE PoC

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
リポジトリを見る
132ヶ月前未レビュー
root@kitploit:~
 ██╗   ██╗ ██████╗ ███████╗███████╗ ██████╗ ██████╗  ██████╗ ███████╗
 ██║   ██║██╔═══██╗██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔═══██╗██╔════╝
 ██║   ██║██║   ██║███████╗███████╗██║   ██║██║  ██║██║   ██║███████╗
 ╚██╗ ██╔╝██║   ██║╚════██║╚════██║██║   ██║██║  ██║██║   ██║╚════██║
  ╚████╔╝ ╚██████╔╝███████║███████║╚██████╔╝██████╔╝╚██████╔╝███████║
   ╚═══╝   ╚═════╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝  ╚═════╝ ╚══════╝

          ███████╗██╗   ██╗███████╗███╗   ██╗████████╗██╗
          ██╔════╝██║   ██║██╔════╝████╗  ██║╚══██╔══╝██║
          ███████╗██║   ██║█████╗  ██╔██╗ ██║   ██║   ██║
          ╚════██║██║   ██║██╔══╝  ██║╚██╗██║   ██║   ╚═╝
          ███████║╚██████╔╝███████╗██║ ╚████║   ██║   ██╗
          ╚══════╝ ╚═════╝ ╚══════╝╚═╝  ╚═══╝   ╚═╝   ╚═╝

         ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
         ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
         ░  同時スキャナー × Nuclei × Recon          ░
         ░  バナー取得 · サービス識別 · 脆弱性検出      ░
         ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
         ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Go Nuclei License Platform Version


root@kitploit:~
 ┌──────────────────────────────────────────────────────────────┐
 │                                                              │
 │   ランダムIPをスキャン → バナー取得 → サービス識別         │
 │   → Nucleiに送る → 脆弱性発見 → 利益                         │
 │                                                              │
 └──────────────────────────────────────────────────────────────┘

高性能な同時ポートスキャナー。バナー取得、サービスフィンガープリンティング、Nuclei統合により、大規模な自動脆弱性発見を実現。


━━━ 機能 ━━━


━━━ クイックスタート ━━━

root@kitploit:~
# 1. リポジトリをクローン
git clone https://github.com/Usman0220/port-scanner.git && cd port-scanner

# 2. ビルド
go build -o port-scanner main.go

# 3. 実行 — ポート5678を500ワーカー、1万IPでスキャン
./port-scanner -port 5678 -w 500 -n 10000

# 4. フルパイプライン — スキャン → フィルタ → nuclei
./port-scanner -port 80 -w 1000 -n 50000 -o http-open.txt
awk -F'[|]' '{print $1}' http-open.txt | sed 's/\[OPEN\] //' | cut -d: -f1 | sort -u > http-targets.txt
nuclei -l http-targets.txt -tags http -severity critical,high -o findings.txt

━━━ アーキテクチャ ━━━

root@kitploit:~
                    ╔═══════════════════════════════════╗
                    ║         ポートスキャナーエンジン    ║
                    ╚═══════════════════════════════════╝
                                    │
                    ┌───────────────┼───────────────┐
                    ▼               ▼               ▼
            ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
            │  IP生成器    │ │  ゴルーチン   │ │  結果         │
            │              │ │  プール       │ │  収集器       │
            │  ランダムIP  │ │              │ │              │
            │  プライベート│ │  Nワーカー   │ │  チャネル     │
            │  除外        │ │  同時実行    │ │  バッファ付き │
            │  1-223.x.x.x│ │              │ │              │
            └──────┬───────┘ └──────┬───────┘ └──────┬───────┘
                   │                │                │
                   ▼                ▼                ▼
            ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
            │  TCP接続     │ │  プローブ送信 │ │  バナー読取  │
            │              │ │              │ │              │
            │  Dialタイム  │ │  プロトコル  │ │  サービス     │
            │  アウト      │ │  認識        │ │  フィンガー  │
            │  デフォルト2s│ │              │ │  プリント    │
            └──────────────┘ └──────────────┘ └──────────────┘
                                    │
                    ╔═══════════════╧═══════════════╗
                    ║       出力: results.txt       ║
                    ╚═══════════════╤═══════════════╝
                                    │
                    ┌───────────────┼───────────────┐
                    ▼               ▼               ▼
            ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
            │  awk / grep  │ │  sort -u     │ │  nuclei -l   │
            │  IP抽出      │ │  重複排除    │ │  脆弱性スキャン│
            └──────────────┘ └──────────────┘ └──────────────┘
                                    │
                    ╔═══════════════╧═══════════════╗
                    ║    発見結果: nuclei-*.txt     ║
                    ╚═══════════════════════════════╝

━━━ Nuclei統合 ━━━

基本パイプライン

root@kitploit:~
# ┌─────────────────────────────────────────────────────────────┐
# │  ステップ1: スキャン  — 稼働中のサービスを検出            │
# │  ステップ2: 抽出     — 結果からIPを抽出                    │
# │  ステップ3: 監査     — Nuclei脆弱性スキャン                │
# └─────────────────────────────────────────────────────────────┘

# スキャン
./port-scanner -port 21 -w 1000 -n 50000 -o ftp-open.txt

# 抽出
awk -F'[|]' '{print $1}' ftp-open.txt | sed 's/\[OPEN\] //' | cut -d: -f1 | sort -u > ftp-targets.txt

# 監査
nuclei -l ftp-targets.txt -tags ftp -severity critical,high -o ftp-findings.txt

マルチポート自動パイプライン

root@kitploit:~
#!/bin/bash
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#  フルレコンパイプライン — スキャン → 抽出 → Nuclei → レポート
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PORTS=(21 22 23 25 80 110 143 443 3306 5432 6379 8080 8443 9090 27017 5678)
WORKERS=1000
IPS=30000
SEVERITY="critical,high,medium"
TEMPLATES="$HOME/.local/nuclei-templates"

echo "╔══════════════════════════════════════════════════════════╗"
echo "║              フルレコンパイプライン開始                  ║"
echo "╚══════════════════════════════════════════════════════════╝"

for port in "${PORTS[@]}"; do
    echo ""
    echo "┌──────────────────────────────────────────────────────┐"
    echo "│  [*] ポート $port をスキャン中"
    echo "│  ワーカー: $WORKERS | ターゲット: $IPS"
    echo "└──────────────────────────────────────────────────────┘"

    # スキャン
    ./port-scanner -port $port -w $WORKERS -n $IPS -o "scan-port${port}.txt"

    # ターゲット抽出
    awk -F'[|]' '{print $1}' "scan-port${port}.txt" | \
        sed 's/\[OPEN\] //' | cut -d: -f1 | sort -u > "targets-port${port}.txt"

    count=$(wc -l < "targets-port${port}.txt")
    echo "[+] ポート$port で $count の稼働ホストを検出"

    # Nuclei監査
    if [ "$count" -gt 0 ]; then
        echo "[*] ポート$port のNucleiテンプレートを実行中..."
        nuclei -l "targets-port${port}.txt" \
            -p-port $port \
            -t "$TEMPLATES" \
            -severity $SEVERITY \
            -o "nuclei-port${port}.txt" \
            -silent -stats

        vulns=$(wc -l < "nuclei-port${port}.txt" 2>/dev/null || echo "0")
        echo "[!] ポート$port で $vulns 件の脆弱性を発見"
    fi
done

# すべての発見結果を統合
echo ""
echo "┌──────────────────────────────────────────────────────┐"
echo "│  [*] すべての発見結果をマージ中"
echo "└──────────────────────────────────────────────────────┘"
cat nuclei-port*.txt 2>/dev/null | sort -u > all-findings.txt
total=$(wc -l < "all-findings.txt" 2>/dev/null || echo "0")

echo ""
echo "╔══════════════════════════════════════════════════════════╗"
echo "║                    パイプライン完了                      ║"
echo "║  総脆弱性数: $total"
echo "║  レポート: all-findings.txt"
echo "╚══════════════════════════════════════════════════════════╝"

サービス別Nucleiコマンド

root@kitploit:~
# ┌─────────────────────────────────────────────────────────────┐
# │  サービス固有のNucleiスキャン                              │
# └─────────────────────────────────────────────────────────────┘

# FTP — 匿名ログイン、ブルートフォース、既知のCVE
nuclei -l targets.txt -tags ftp -severity critical,high

# SSH — 脆弱な暗号、ユーザー列挙、CVE
nuclei -l targets.txt -tags ssh -severity critical,high,medium

# HTTP — フルWeb監査(XSS、SQLi、LFI、RCE、設定ミス)
nuclei -l targets.txt -tags http -severity critical,high,medium,low

# MySQL — 脆弱な認証、CVE、設定ミス
nuclei -l targets.txt -tags mysql -severity critical,high

# Redis — 未承認アクセス、モジュールロード
nuclei -l targets.txt -tags redis -severity critical,high

# MongoDB — 認証なし、CVE
nuclei -l targets.txt -tags mongodb -severity critical,high

# PostgreSQL — 脆弱な認証、CVE
nuclei -l targets.txt -tags postgresql -severity critical,high

# n8n — God Modeエクスプロイト、CVE-2025-68613
nuclei -l targets.txt -tags n8n -severity critical

# Jenkins — スクリプトコンソール、CVE
nuclei -l targets.txt -tags jenkins -severity critical,high

# Grafana — パストラバーサル、CVE
nuclei -l targets.txt -tags grafana -severity critical,high

# FULL AUDIT — すべてのテンプレート
nuclei -l targets.txt -t ~/.local/nuclei-templates/ -severity critical,high,medium,low

━━━ スキャンモード ━━━

シングルポートスキャン

root@kitploit:~
./port-scanner -port 443 -w 500 -n 10000 -o results.txt

高速スキャン

root@kitploit:~
./port-scanner -port 80 -w 2000 -n 100000 -o results.txt

クイックレコン

root@kitploit:~
./port-scanner -port 5678 -w 100 -n 5000 -timeout 1s

ディープスキャン(低速だが高精度)

root@kitploit:~
./port-scanner -port 22 -w 200 -n 50000 -timeout 5s -o deep-scan.txt

━━━ 実際の出力例 ━━━

root@kitploit:~
┌──────────────────────────────────────────────────────────────────────┐
│  [*] 15234/30000 scanned | 847 open | 847 verified                  │
│                                                                      │
│  [OPEN] 103.21.244.12:80 | HTTP/Apache | HTTP/1.1 200 OK            │
│  [OPEN] 198.51.100.45:22 | SSH | SSH-2.0-OpenSSH_8.9p1              │
│  [OPEN] 203.0.113.88:3306 | MySQL | 5.7.42-0ubuntu0.18.04.1         │
│  [OPEN] 192.0.2.15:6379 | Redis | Redis server version 7.0.11       │
│  [OPEN] 198.51.100.200:5678 | n8n | n8n v1.19.0                     │
│  [OPEN] 203.0.113.55:27017 | MongoDB | MongoDB 6.0.4                │
│  [OPEN] 103.21.244.90:8080 | HTTP/Nginx | HTTP/1.1 200 OK           │
│  [OPEN] 198.51.100.120:5432 | PostgreSQL | PostgreSQL 15.3           │
│                                                                      │
│  [+] Done. Scanned: 30000 | Open: 847 | Verified: 847               │
└──────────────────────────────────────────────────────────────────────┘

━━━ フラグ ━━━


━━━ 対応サービス ━━━


━━━ パフォーマンス ━━━


━━━ 要件 ━━━

root@kitploit:~
# Go
go version  # >= 1.20

# Nuclei(オプション — 脆弱性スキャン用)
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest

# Nucleiテンプレートを更新
nuclei -update-templates

━━━ 免責事項 ━━━

root@kitploit:~
┌──────────────────────────────────────────────────────────────────────┐
│                                                                      │
│  ⚠️  警告                                                            │
│                                                                      │
│  このツールは許可されたセキュリティテストおよび研究専用です。          │
│                                                                      │
│  明示的な許可なくネットワークをスキャンすることは違法です。           │
│  このツールは、自分が所有するシステム、またはテストのための          │
│  書面による許可を得たシステムにのみ、責任を持って使用してください。  │
│                                                                      │
│  作者は、このツールの誤用やそれによって生じたいかなる損害に          │
│  対しても責任を負いません。                                           │
│                                                                      │
└──────────────────────────────────────────────────────────────────────┘

root@kitploit:~
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Goで構築 · Nuclei搭載 · バグバウンティ向け

root@kitploit:~
          ╔═╗╔═╗╔╦╗╔═╗  ╔═╗╔═╗╦═╗╦  ╦╔═╗╦═╗
          ╚═╗╠═╣║║║║╣   ╚═╗║╣ ╠╦╝╚╗╔╝║╣ ╠╦╝
          ╚═╝╩ ╩╩ ╩╚═╝  ╚═╝╚═╝╩╚═ ╚╝ ╚═╝╩╚═

Star Fork Issues

ツールをダウンロード

コアエンジン

  • ゴルーチンプール — 同時実行数を設定可能(50〜5000ワーカー)
  • バナー取得 — 接続時にサービス応答を読み取り
  • スマートプロービング — ポートごとのプロトコル認識プローブ
  • サービスフィンガープリンティング — 15以上のサービスを識別
  • リアルタイム統計 — ライブ進捗カウンター
  • ファイル出力 — パイプ対応形式

Nucleiパイプライン

  • 直接統合 — 出力をNucleiの-lフラグに直接渡し
  • マルチポートスキャン — ポートごとの自動パイプライン
  • テンプレートマッチング — サービスごとのNucleiテンプレート
  • 重要度フィルタリング — critical / high / medium / low
  • バッチ処理 — 1万〜10万ターゲットを1回の実行で
  • 発見結果のエクスポート — 構造化された出力ファイル
フラグデフォルト値説明
-port5678スキャン対象ポート
-w500ゴルーチンワーカー数(多いほど高速)
-timeout2sTCP接続タイムアウト
-n10000スキャンするランダムIP数
-o""出力ファイルパス
ポートサービスプローブフィンガープリント
21FTPバナーProFTPD, vsftpd, Pure-FTPd
22SSHバナーOpenSSH, Dropbear
23Telnetバナー汎用 telnetd
25, 587SMTPEHLO testPostfix, Exim, Sendmail
80, 8080, 8443, 443, 5678, 3000, 8000, 8888, 9090HTTPGET /Nginx, Apache, IIS, Cloudflare, n8n, Grafana, Jenkins, Kibana
110POP3バナーDovecot, Courier
143IMAPバナーDovecot, Courier
3306MySQLハンドシェイクMySQL 5.x, 8.x
5432PostgreSQLスタートアップPostgreSQL 12-16
6379RedisINFORedis 6.x, 7.x
27017MongoDBHelloMongoDB 5.x, 6.x, 7.x
指標値
スキャン速度(500ワーカー)~2,500 IP/秒
スキャン速度(2000ワーカー)~10,000 IP/秒
メモリ使用量~50MBベース + ワーカープール
接続タイムアウト設定可能(デフォルト2秒)
最大同時接続数無制限(ワーカーフラグで制限)