October 6, 2020 at 1:32 pm
#46458
lama.samra
Participant
hello,
now it is giving me this errore
raceback (most recent call last):
File “arp_spoof.py”, line 29, in <module>
spoof(target_ip, getaway_ip)
File “arp_spoof.py”, line 15, in spoof
target_mac = get_mac(target_ip)
File “arp_spoof.py”, line 12, in get_mac
return answered_list[0][1].hwsrc
File “/usr/local/lib/python2.7/dist-packages/scapy/plist.py”, line 89, in __getitem__
return self.res.__getitem__(item)
IndexError: list index out of range