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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
exe2powershell — exe2powershell - モダンWindows向けに生まれ変わったexe2bat | Kitploit
ツール/GitHubGitHub/yanncam/exe2powershell
ペイロード生成ポストエクスプロイトペネトレーションテストユーティリティとフレームワークペイロード開発
GitHubyanncam/exe2powershell

exe2powershell

exe2powershell - モダンWindows向けに生まれ変わったexe2bat

リポジトリを見る
175435年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

exe2powershell

exe2powershell - モダン Windows 向けに生まれ変わった exe2bat

exe2bat が exe2powershell としてモダン Windows 向けに生まれ変わりました。

exe2powershell は任意のバイナリファイル (*.exe) を BAT ファイルに変換するために使用されます。 生成された BAT ファイルには "echo" コマンドのみが含まれ、最後に元のバイナリファイルを再作成する powershell コマンドが含まれます。

この種のツールは、ペネトレーションテスト時に、監査者がアップロード機能のないシェルをトリガーした場合に有用です。"echo" と "powershell" を使用することで、監査者は対象システムに任意のバイナリファイルを "アップロード" できます。

初版作者は ninar1、riftor の作品に基づき、ycam により近代化されました。 exe2powershell - 最新情報はこちら : www.asafety.fr / synetis.com

メインコードは Riftor の "exe2hex" から取得しました。

Windows BAT ファイル用に ninar1 が改変しました。

新しい Windows システム向けに Yann CAM (ycam - http://www.asafety.fr | http://www.synetis.com) が近代化しました。

このバージョンは exe2bat から近代化され、モダンな Windows バージョンで動作します。 exe2bat には制限があります:

  • ターゲットコンピュータで "debug.exe" が利用可能である必要があります (Windows 7 x64 では 16 ビットアプリケーションが削除されましたが、Windows 7 x86 では利用可能です)
  • 入力 exe のサイズ制限は 64kB

exe2powershell は "debug.exe" の必要性を、Windows 7 / 2008 以降のすべての Windows で利用可能な PowerShell コマンドラインに置き換えます。 入力 exe のサイズに制限はなくなりました。

使用方法:

root@kitploit:~
C:\exe2powershell\bin>exe2powershell.exe
  ______          ___  _____                       _____ _          _ _
 |  ____|        |__ \|  __ \                     / ____| |        | | |
 | |__  __  _____   ) | |__) |____      _____ _ _| (___ | |__   ___| | |
 |  __| \ \/ / _ \ / /|  ___/ _ \ \ /\ / / _ \ '__\___ \| '_ \ / _ \ | |
 | |____ >  <  __// /_| |  | (_) \ V  V /  __/ |  ____) | | | |  __/ | |
 |______/_/\_\___|____|_|   \___/ \_/\_/ \___|_| |_____/|_| |_|\___|_|_|

        [ exe2bat reborn in exe2powershell for modern Windows ]
 [ initial author ninar1, based on riftor work, and modernized by ycam ]
 [ exe2powershell version 1.0 - keep up2date: asafety.fr / synetis.com ]

 [*] Usage : exe2powershell.exe inputfile outputfile
 [*] e.g.  : exe2powershell.exe nc.exe nc.bat
  • 詳細 (フランス語):
    • https://www.asafety.fr/vuln-exploit-poc/windows-dos-powershell-upload-de-fichier-en-ligne-de-commande-one-liner/

クレジット:Riftor, ninar1, BCK, ycam

ツールをダウンロード