Echo

pwntools 설치

ksg97031 2015. 9. 24. 13:12

sudo apt-get install python-pip, python-dev -y

sudo pip install pwntools

test -> $ python -c 'from pwn import *'