Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
exe2powershell — exe2powershell - 현대 Windows를 위한 exe2bat의 부활 | Kitploit
도구/GitHubGitHub/yanncam/exe2powershell
Payload GenerationPost-ExploitationPenetration TestingUtilities & FrameworksPayload Development
GitHubyanncam/exe2powershell

exe2powershell

exe2powershell - 현대 Windows를 위한 exe2bat의 부활

저장소 보기
1754315년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

exe2powershell

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에는 제한 사항이 있습니다:

  • 대상 컴퓨터에 "debug.exe"가 필요합니다 (Windows 7 x64에서는 16비트 응용 프로그램이 제거되었지만 Windows 7 x86에서는 사용 가능)
  • 입력 exe 크기가 64kB로 제한됩니다

exe2powershell은 Windows 7 / 2008 이후 모든 Windows에서 사용 가능한 PowerShell 명령줄로 "debug.exe"의 필요성을 대체합니다. 입력 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

도구 다운로드