Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pwntools setup on Mac OS #2408

Open
evatiwari opened this issue May 19, 2024 · 1 comment
Open

Pwntools setup on Mac OS #2408

evatiwari opened this issue May 19, 2024 · 1 comment
Labels

Comments

@evatiwari
Copy link

I am new to CTF and want to currently experiment with pwntools, but when I run brew install pwntools and try to execute a script importing pwntools like so: from pwn import *, I get the following error: ModuleNotFoundError: No module named 'pwn'.
I have also gone through the installation guides at https://docs.pwntools.com/ and followed the steps, but to no avail.
Can someone point me to the possible reason behind this?

@peace-maker
Copy link
Member

I believe that homebrew recipe is created by someone else. Try using pip to install pwntools as documented in the install instructions. You might need to install the binutils through homebrew though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants