VMware Workstation 16 Player 다운로드 및 설치 방법
버추어박스는 여러번 시도해봤는데 계속 에러가 발생해서 VMware을 사용해서 진행했습니다.
Download Ubuntu Desktop | Download | Ubuntu
[VMware] 가상머신 VMware에 Ubuntu 설치하기 | winterblooom (EunGi Han)
제가 그대로 따라한 사이트입니다.
sudo apt-get update
sudo apt-get install python-pip
sudo apt install python3-pip
pip install --upgrade pip
sudo apt-get install python3-magic
sudo apt-get install upx
sudo pip install pefile
sudo apt-get install yara
sudo pip install yara-python
sudo apt-get install ssdeep
sudo apt-get install build-essential libffi-dev python3 python3-dev
sudo apt-get install libfuzzy-dev
sudo pip install ssdeep
sudo apt-get install wireshark
# 예
sudo apt-get install tshark
sudo su
echo "deb <http://www.inetsim.org/debian/> binary/" > /etc/apt/sources.list.d/inetsim.list
wget -O - <http://www.inetsim.org/inetsim-archive-signing-key.asc> | apt-key add -
# 대문자 O 입니다.
apt update
apt-get install inetsim
sudo apt-get install net-tools
sudo apt-get install gedit
순서대로 따라 치시면 됩니다. 이 책에서는 python2.7 스크립트를 사용한다고 하는데 그냥 python은 설치 에러가 떠서 최신 python3을 설치했습니다.