gunh0 / kr-vulhub

🐳 docker-compose 를 활용한 취약한 환경 구성 및 검증 (vulhub 한글판)
MIT License
24 stars 190 forks source link

[pr/8] pwn package error (need environment info) #160

Open gunh0 opened 8 months ago

gunh0 commented 8 months ago

Building wheel for cryptography (PEP 517) ... error ERROR: Command errored out with exit status 1

wh1te4ever commented 8 months ago

My environment information is WSL2 with Ubuntu 22.04.3 LTS.

wh1te4ever commented 8 months ago

Here is more detail pip3 package list with version, python3 version, and OS Information. OS: Windows 10 22H2 (10.0.19045.3803) WSL2 OS: Ubuntu 22.04.3 LTS

$ pip3 list Package Version


appdirs 1.4.4 attrs 21.2.0 bcrypt 4.0.1 beautifulsoup4 4.12.2 beniget 0.4.1 binwalk 2.3.3 blinker 1.6.2 blowfish 0.6.1 Brotli 1.0.9 capstone 5.0.0rc4 certifi 2023.5.7 cffi 1.15.1 chardet 4.0.0 charset-normalizer 3.1.0 click 8.1.7 colorama 0.4.6 colored-traceback 0.3.0 command-not-found 0.3 coverage 7.3.2 crypto 1.4.1 cryptography 3.4.8 cycler 0.11.0 dbus-python 1.2.18 decorator 4.4.2 distro 1.7.0 distro-info 1.1+ubuntu0.1 docker 5.0.3 docker-compose 1.29.2 dockerpty 0.4.1 docopt 0.6.2 Flask 2.3.3 fonttools 4.29.1 frida 16.1.3 frida-tools 12.1.3 fs 2.4.12 gast 0.5.2 html5lib 1.1 httplib2 0.20.2 huepy 1.2.1 idna 3.4 importlib-metadata 4.6.4 intervaltree 3.1.0 itsdangerous 2.1.2 jeepney 0.7.1 Jinja2 3.1.2 jsonschema 3.2.0 keyring 23.5.0 kiwisolver 1.3.2 launchpadlib 1.10.16 lazr.restfulclient 0.14.4 lazr.uri 1.0.6 lxml 4.9.3 lz4 3.1.3+dfsg Mako 1.2.4 markdown-it-py 3.0.0 MarkupSafe 2.1.3 matplotlib 3.5.1 mdurl 0.1.2 more-itertools 8.10.0 mpmath 0.0.0 Naked 0.1.32 netifaces 0.11.0 nose 1.3.7 numpy 1.26.1 oauthlib 3.2.0 olefile 0.46 optparse-pretty 0.1.1 packaging 23.1 paramiko 3.2.0 Pillow 10.0.0 pip 22.0.2 plumbum 1.8.2 ply 3.11 prompt-toolkit 3.0.39 psutil 5.9.5 pwntools 4.10.0 pycparser 2.21 pycryptodome 3.18.0 pyelftools 0.29 Pygments 2.15.1 PyGObject 3.42.1 PyJWT 2.3.0 PyNaCl 1.5.0 PyOpenGL 3.1.5 pyparsing 2.4.7 PyQt5 5.15.6 PyQt5-sip 12.9.1 pyqtgraph 0.12.4 pyrsistent 0.18.1 pyserial 3.5 PySocks 1.7.1 python-apt 2.4.0+ubuntu2 python-dateutil 2.8.2 python-dotenv 0.19.2 python-dvr 0.0.1 pythran 0.10.0 pytz 2022.1 PyYAML 5.4.1 requests 2.31.0 rich 13.4.2 ROPGadget 7.3 rpyc 5.3.1 scipy 1.8.0 SecretStorage 3.3.1 setuptools 59.6.0 shellescape 3.8.1 six 1.16.0 sortedcontainers 2.4.0 soupsieve 2.5 ssh-import-id 5.11 sympy 1.9 systemd-python 234 termcolor 2.3.0 texttable 1.6.4 tqdm 4.66.1 typing_extensions 4.7.1 ubuntu-advantage-tools 8001 ufoLib2 0.13.1 ufw 0.36.1 unattended-upgrades 0.1 unicodedata2 14.0.0 unicorn 2.0.1.post1 urllib3 2.0.3 validators 0.22.0 wadllib 1.3.6 wcwidth 0.2.6 webencodings 0.5.1 websocket-client 1.2.3 Werkzeug 2.3.7 wheel 0.37.1 wllvm 1.3.1 zipp 1.0.0

$ python3 --version Python 3.10.12

$ uname -a Linux DESKTOP-1I4EUI3 5.15.90.1-microsoft-standard-WSL2 #2 SMP Mon May 15 21:50:13 KST 2023 x86_64 x86_64 x86_64 GNU/Linux

$ neofetch OS: Ubuntu 22.04.3 LTS on Windows 10 x86_64 Kernel: 5.15.90.1-microsoft-standard-WSL2 ...