YSc21 / aegg

my automatic exploit generation (DEPRECATED)
MIT License
62 stars 14 forks source link

ImportError: No module named pwn #6

Open chuchuchu2222222 opened 6 years ago

chuchuchu2222222 commented 6 years ago

root:~#python Python 2.7.6 (defaullt ......)

from pwn import * Traceback (most recent call last): File "", line 1, in

ImportError: No module named pwn

Does anyone help and thank you very much.

Ma3k4H3d commented 5 years ago

need install pwntools

chacka0101 commented 4 years ago

It worked for me:

https://docs.pwntools.com/en/stable/install.html

!/usr/bin/env python

import sys from pwn import *

Thanks @Ma3k4H3d