Excuse the ads! We need some help to keep our site up.

Site

Install

Command
apt-get update
apt-get install python2.7 python-pip python-dev git libssl-dev libffi-dev build-essential
pip install --upgrade pip
pip install --upgrade pwntools
  • 다음과 같은 에러가 발생하면 다음과 같은 명령어로 설치 가능합니다.
Error message
Cannot uninstall 'pyserial'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
Command
pip install --ignore-installed pwntools

Docs