02-10-2020, 08:09 AM
| 0 | 0 | ||
exe2powershell is used to convert EXE to BAT files, the previously well known tool for this was exe2bat, this is a version for modern Windows
This will convert any binary file ( .exe) to a BAT file, the resulting BAT file contains only echo commands followed by a PowerShell command to re-create the original binary file.
This kind of tool can be useful during a pen-test when you want to trigger a shell without any upload feature. With echo and PowerShell the auditor is able to upload any binary file to the target system.
This version is modernized from exe2bat to work with current Windows versions as exe2bat had some limitations:
Download and Read more ..
Code:
The contents of this section are hidden for your groupRegister or Login













