- vagrant는 VM 이미지를 관리하는 제품입니다.
- https://www.vagrantup.com/
- Virtual Box
- https://www.virtualbox.org/
- CGC 환경 설정 파일
- https://s3.amazonaws.com/cgcdist/boxes/Vagrantfile
- CGC 설명
- https://github.com/CyberGrandChallenge/cgc-release-documentation/blob/master/walk-throughs/virtual-competiton.md
1. vagrant 명령어를 활용하여, 가상 머신을 다운 받는다.
CGC 환경 설정 파일을 vagrant 폴더에 복사 합니다. 2016-08-02 오후 02:28 <DIR> . C:\HashiCorp\Vagrant\bin>vagrant.exe up ............ C:\HashiCorp\Vagrant\bin>vagrant.exe status ..................... C:\HashiCorp\Vagrant\bin>vagrant.exe ssh crs`ssh` executable not found in any directories in the %PATH% variable. Is an SSH client installed? Try installing Cygwin, MinGW or Git, all of which contain an SSH client. Or use your favorite SSH client with the following authentication information shown below: Host: 127.0.0.1 Port: 2202 Username: vagrant Private key: C:/Users/JP20614/.vagrant.d/insecure_private_key |
2. putty client 사용하기 위해서는 puttygen.exe를 통하여 개인키를 생성해야 한다.
3. putty client 설정 내용
- ID : vagrant
- IP : 127.0.0.1
- Port : 2202
4. CGC 서버 설명
- ti - this is the Team Interface. The role represents the interface that will be provided to a CRS by the CFE infrastructure.
- cb - this is the Challenge Binary server. This is the host where CBs are executed.
- pov - this is the POV server. This role has the responsibility of 'throwing' POVs (and polls) at the cb server.
- crs - this is a host for simulating a CRS. While no, simulated CRS capabilities are distributed as part of Virtual Competition, a sample client is provided to exercise the Team Interface.
- ids - this is the IDS host; the network appliance. Filters fielded by a CRS will be installed on ids. From a network perspective, ids is in between pov and cb.
'Reverse > pwnable' 카테고리의 다른 글
[CGC] SecuInside 2016(CGC/cykor_00002) (0) | 2016.08.02 |
---|---|
[CGC] 공격 예제 코드 작성 - SecuInside 2016(CGC/cykor_00001) (0) | 2016.08.02 |
[pwntools] test code (0) | 2016.07.27 |
[pwntools] 함수 offset 계산 방법 (0) | 2016.07.21 |
[defcon 24 - 2016] Reversing - baby-re (0) | 2016.05.24 |