ssoL2 TISTORY

Ubuntu 20.04에 volatility 설치 본문

sec/forensic

Ubuntu 20.04에 volatility 설치

ssoL2 2021. 5. 20. 18:34

https://covert.sh/2020/08/24/volatility-ubuntu-setup/

 

Set up Volatility on Ubuntu 20.04

Volatility framework The Volatility framework is a set of tools for memory forensics used for malware analysis, threat hunting, and extracting valuable information from RAM. Current versions need Python 2 to be installed. Python 3 support is under developm

covert.sh

위 진행과정 다 따라하되,

3번에서 curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py

이거 대신에 curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py 이걸로 해야 뒷부분에 생기는 오류가 해결됨

'sec > forensic' 카테고리의 다른 글

2차원 바코드의 종류  (0) 2021.05.22
Window process 정리  (0) 2021.05.20
JPEG 구조 파악하기  (0) 2021.05.06
QR 코드 인식  (0) 2021.05.06
whitespace steganography 해결법  (0) 2021.05.06
Comments