Hacking&Security/시스템[System]
pwntool 설치하기
보안&인공지능
2021. 1. 3. 20:11
python3 pwntool 링크
github.com/arthaud/python3-pwntools
arthaud/python3-pwntools
CTF framework and exploit development library in python3 (pwntools and binjitsu fork) - arthaud/python3-pwntools
github.com
설치 과정
git clone https://github.com/arthaud/python3-pwntools
cd python3-pwntools
pip3 install -e .
git clone https://github.com/arthaud/python3-pwntools
cd python3-pwntools
pip3 install -e .
python3에서 pwn 모듈을 import 시켰을 때 성공적으로 된 것을 확인할 수 있다.
반응형