Open hash3liZer opened 6 years ago
I think it's caused by a missing partial name of interface wlan0, it should be wlan0-home in your example. I have no idea what is the best solution. Because the intuitive way is to modify scheme.py program which is in library.
I've figured out another solution for my project.
Could you share the solution?
I don't think that that solution would be suitable for you. I was building a PMKID cracker and all i wanted was the first EAPOL frame. So, i'd build a new tool from scapy
I've this pretty simple configuration. I am trying to connect to my home router. As described in the docs, i am doing exactly the same. This is what i've done:
The last line throws back this error:
When i ran the command
ifdown wlan1
in the terminal. I got unknown interface error:I am running Kali Rolling as my distro and this is the settings from my
/etc/network/interfaces/
file:The below lines were also added when i executed the
activate()
method: