Python pwntools 설치하기

사용 버전: Python 3.7.6

운영 체제: Fedora 31 Workstation x64



파이썬 pwntools 설치하기에 대해서 알아보겠습니다.



pwntools는 CTF를 손쉽게 하기 위한 python framework라고 합니다.


홈페이지입니다.







페도라는 apt-get 대신 dnf를 사용합니다.

1. dnf update






2. dnf install python3 python3-pip python3-devel git openssl-devel libffi-devel make automake gcc gcc-c++ kernel-devel


fedora 버전으로 변경했습니다.




3. python3 -m pip install --upgrade pip





4. python3 -m pip install --upgrade git+https://github.com/Gallopsled/pwntools.git@dev





python3를 실행해서 확인해 볼까요?

from pwn import *




아무런 오류 문자가 나타나지 않는 것으로 보아 잘 설치된 것 같습니다.



끝.

카테고리: Python, pwntools

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Android Compose Coil library

KiCad 시작하기 4 (기존 회로도 수정 및 추가)

KiCad 시작하기 1 (회로도 만들기)

Android Notification with Full Screen

iOS Swift callAsFunction

Android Custom IME(Input method editor) 만들기

iOS Error Undefined symbol Testing.Trait

음악 총보(Score), 파트보(Part)

Android Compose automation for getting localized images to use on Play Store app image