zteeed / CVE-2018-4407-IOS

POC: Heap buffer overflow in the networking code in the XNU operating system kernel
13 stars 1 forks source link

fail loading the script #3

Closed kobo90 closed 5 years ago

kobo90 commented 5 years ago

root@desktop-35khove:~/CVE-2018-4407-IOS-master# python3 exploit.py Traceback (most recent call last): File "exploit.py", line 68, in exploit = Exploit('wlp3s0') File "exploit.py", line 16, in init self.get_info() File "exploit.py", line 27, in get_info ni.ifaddresses(self.interface) ValueError: You must specify a valid interface name. root@desktop-35khove:~/CVE-2018-4407-IOS-master#

zteeed commented 5 years ago

"exploit = Exploit('wlp3s0')" you have to set your wireless interface name

are you on a windows system ?