secgroundzero / warberry

WarBerryPi - Tactical Exploitation
2.22k stars 288 forks source link

IOError: [Errno 99] Cannot assign requested address #33

Closed Maho42 closed 8 years ago

Maho42 commented 8 years ago

Traceback (most recent call last): File "warberry.py", line 445, in main() File "warberry.py", line 108, in main int_ip = iprecon(iface) File "warberry.py", line 268, in iprecon int_ip = socket.inet_ntoa(fcntl.ioctl(s.fileno(),0x8915, struct.pack('256s', ifname[:15]))[20:24]) IOError: [Errno 99] Cannot assign requested address

This one is beyond me.

secgroundzero commented 8 years ago

What interface are you using? If not eth0 then u need to specify it by -I

secgroundzero commented 8 years ago

no reply. closing