본문 바로가기

IT

Fireeye가 만든 공격(?)용 윈도 VM

반응형

Fireeye에서 각종 도구들을 자동으로 설치하고 사용할 수 있게 하는 도구를 만들었다

물론 가상머신은 스스로 구축을 해야하고 Powershell로 설치 설정을 자동으로 하는 도구이다

https://www.fireeye.com/blog/threat-research/2019/03/commando-vm-windows-offensive-distribution.html

 

Commando VM: The First of Its Kind Windows Offensive Distribution « Commando VM: The First of Its Kind Windows Offensive Distrib

We introduce Commando VM, a tool for penetration testers who use Windows.

www.fireeye.com

을 보면 내용이 상세하게 나와 있고

다운로드는

https://github.com/fireeye/commando-vm

 

fireeye/commando-vm

Contribute to fireeye/commando-vm development by creating an account on GitHub.

github.com

에서 다운로드 가능하다

가상 머신에서

관리자 모드로 Powershell을 열고

Set-ExecutionPolicy Unrestricted

./install.ps1

을 실행하면 설치가 된다

 

반응형