
exe2powershell - モダンWindows向けに生まれ変わったexe2bat
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 には制限があります:
exe2powershell は "debug.exe" の必要性を、Windows 7 / 2008 以降のすべての Windows で利用可能な PowerShell コマンドラインに置き換えます。 入力 exe のサイズに制限はなくなりました。
使用方法:
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
クレジット:Riftor, ninar1, BCK, ycam