삽질블로그
[MITRE ATT&CK] Caldera Install 본문
Requirements (최소 요구사항)
- Any Linux or MacOS
- Python 3.6.1+ (with pip3)
- Google Chrome is our only supported browser
- 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

