
exe2powershell - إعادة إحياء exe2bat لنظام Windows الحديث
exe2powershell - إعادة إحياء exe2bat لأنظمة Windows الحديثة
إعادة إحياء exe2bat في صيغة exe2powershell لأنظمة Windows الحديثة
يُستخدم exe2powershell لتحويل أي ملف ثنائي (*.exe) إلى ملف BAT. يحتوي ملف BAT الناتج على أوامر "echo" فقط، وأخيراً أمر powershell لإعادة إنشاء الملف الثنائي الأصلي.
هذه الأداة مفيدة أثناء اختبار الاختراق عندما يحصل المختبر على شل بدون أي خاصية رفع ملفات. باستخدام "echo" و"powershell" يستطيع المختبر "رفع" أي ملف ثنائي على النظام المستهدف.
المؤلف الأول ninar1، مبني على عمل riftor، وتم تحديثه بواسطة ycam exe2powershell - تابع التحديثات على: www.asafety.fr / synetis.com
الكود الرئيسي مأخوذ من أداة "exe2hex" الخاصة بـ Riftor.
مُكيَّف لملف BAT في Windows بواسطة ninar1.
مُحدَّث لأنظمة Windows الأحدث بواسطة Yann CAM (ycam - http://www.asafety.fr | http://www.synetis.com)
هذا الإصدار هو تحديث من exe2bat ليعمل مع إصدارات Windows الحديثة. exe2bat له قيود:
exe2powershell يستبدل الحاجة إلى "debug.exe" بسطر أوامر PowerShell المتوفر على جميع أنظمة Windows منذ Windows 7 / 2008. لم يعد هناك أي قيود على حجم الملف 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