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()

Python OpenCV 빈 화면 만들기

Android Notification with Full Screen

tensorflow tf.random.uniform()

Android AVD Ram size change

Python bs4.SoupStrainer()

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

Forensics .pyc 파일 .py로 복구하기

KiCad 시작하기 2 (PCB 만들기)

KiCad 시작하기 7 (FreeRoute 사용하기 2)