
exe2powershell - 현대 Windows를 위한 exe2bat의 부활
exe2powershell - exe2bat가 현대 Windows용으로 재탄생
exe2bat가 현대 Windows용으로 exe2powershell에서 재탄생했습니다
exe2powershell은 모든 바이너리 파일(*.exe)을 BAT 파일로 변환하는 데 사용됩니다. 결과 BAT 파일에는 "echo" 명령과 마지막으로 원래 바이너리 파일을 재생성하는 powershell 명령만 포함됩니다.
이러한 도구는 펜테스팅 중 감사자가 업로드 기능이 없는 셸을 트리거할 때 유용합니다. "echo"와 "powershell"을 사용하여 감사자는 대상 시스템에 모든 바이너리 파일을 "업로드"할 수 있습니다.
초기 작성자 ninar1, riftor의 작업 기반, ycam이 현대화 exe2powershell - 최신 정보 확인 : www.asafety.fr / synetis.com
주요 코드는 Riftor의 "exe2hex"에서 가져왔습니다.
Windows BAT 파일에 맞게 ninar1이 수정했습니다.
Yann CAM(ycam - http://www.asafety.fr | http://www.synetis.com)이 최신 Windows 시스템에 맞게 현대화했습니다.
이 버전은 exe2bat에서 현대화되어 최신 Windows 버전에서 작동합니다. exe2bat에는 제한 사항이 있습니다:
exe2powershell은 Windows 7 / 2008 이후 모든 Windows에서 사용 가능한 PowerShell 명령줄로 "debug.exe"의 필요성을 대체합니다. 입력 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