Notice
Recent Posts
Recent Comments
Link
«   2024/07   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Archives
Today
Total
관리 메뉴

삽질블로그

[MITRE ATT&CK] Caldera Install 본문

카테고리 없음

[MITRE ATT&CK] Caldera Install

삽질장인 2021. 8. 25. 16:35

Requirements (최소 요구사항)

  1. Any Linux or MacOS
  2. Python 3.6.1+ (with pip3)
  3. Google Chrome is our only supported browser
  4. Recommended hardware to run on is 8GB+ RAM and 2+ CPUs

 

Installation (설치)

# The location of the installation directory is arbitrarily specified.

Start by cloning this repository recursively, passing the desired version/release in x.x.x format. This will pull in all available plugins. If you clone master - or any non-release branch - you may experience bugs.

# Github를 이용한 칼데라 설치
git clone https://github.com/mitre/caldera.git --recursive --branch v2.9.0

 

Next, install the PIP requirements:

# Python으로 작성된 패키지 소프트웨어 설치
pip3 install -r requirements.txt

 

Finally, start the server.

# 서버 실행
python3 server.py --insecure

 

Once started, you should log into http://localhost:8888 using the credentials red/admin.

 

Account Info && Login

Comments